Html Css Color HEX #25071A Blackberry

📋 copy color: '#25071A'

red 37 ◦ green 7 ◦ blue 26

#25071A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #25071A

Tints of Blackberry #25071A

RGB

 RED value IS 37 (14.84% from 255) = 52.86%

 GREEN value IS 7 (3.13% from 255) = 10%

 BLUE value IS 26 (10.55% from 255) = 37.14%

R = 52.86%
G = 10%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.85

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#25071A (or 0x25071A) is known color: Blackberry. HEX triplet: 25, 07 and 1A. RGB value is (37,7,26). Sum of RGB (Red+Green+Blue) = 37+7+26=70 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.86% from 70); Green value is 7 (3.12% from 255 or 10% from 70); Blue value is 26 (10.55% from 255 or 37.14% from 70); Max value from RGB is 37 - color contains mainly: red. Hex color #25071A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25071A is #DAF8E5. Grayscale: #121212. Windows color (decimal): -14350566 or 1705765. OLE color: 1705765.

HSL color Cylindrical-coordinate representation of color #25071A: hue angle of 322º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25071A is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 7 26 -
CMYK 0 0.81 0.30 0.85
HSL 322º 0.68% 0.09% -
HSV(B) 322º 0.81% 0.15% -
XYZ 1.03 0.62 1.04 -
YUV 18.14 132.44 141.46 -
System Red Green Blue C M Y K H S L
Decimal 37 7 26 0 0.81 0.30 0.85 322 0.68 0.09
Hex 25 7 1A 0 51 1E 55 142 44 9
Octal 45 7 32 0 121 36 125 502 104 11
Binary 100101 111 11010 0 1010001 11110 1010101 101000010 1000100 1001

Color Harmonies of #25071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25071A

Black with #25071A

Text Example


Text Example

White with #25071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25071A; }

 p { color: rgb(37,7,26); }

 H1.HeaderClassName
 {
   color: #25071A;
 }
 .AnyTagClassName
 {
   color: #25071A;
 }
</style>

background-color css

<style>
 a { background-color: #25071A; }

 a { background-color: rgb(37,7,26); }

 div.DivClassName
 {
   background-color: #25071A;
 }
 .BgClassName
 {
   background-color: #25071A;
 }
</style>

border-color css

<style>
 span { border-color: #25071A; }

 span { border-color: rgb(37,7,26); }

 td.TdClassName
 {
   border-color: #25071A;
 }
 .TagClassName
 {
   border-color: #25071A;
 }
</style>