Html Css Color HEX #250A18 Blackberry

📋 copy color: '#250A18'

red 37 ◦ green 10 ◦ blue 24

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

Shades of Blackberry #250A18

Tints of Blackberry #250A18

RGB

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

 GREEN value IS 10 (4.3% from 255) = 14.08%

 BLUE value IS 24 (9.77% from 255) = 33.8%

R = 52.11%
G = 14.08%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.85

RGB Variations

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

Color information

#250A18 (or 0x250A18) is known color: Blackberry. HEX triplet: 25, 0A and 18. RGB value is (37,10,24). Sum of RGB (Red+Green+Blue) = 37+10+24=71 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.11% from 71); Green value is 10 (4.30% from 255 or 14.08% from 71); Blue value is 24 (9.77% from 255 or 33.80% from 71); Max value from RGB is 37 - color contains mainly: red. Hex color #250A18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250A18 is #DAF5E7. Grayscale: #131313. Windows color (decimal): -14349800 or 1575461. OLE color: 1575461.

HSL color Cylindrical-coordinate representation of color #250A18: hue angle of 328.89º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #250A18 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 10 24 -
CMYK 0 0.73 0.35 0.85
HSL 328.89º 0.57% 0.09% -
HSV(B) 328.89º 0.73% 0.15% -
XYZ 1.04 0.68 0.94 -
YUV 19.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 37 10 24 0 0.73 0.35 0.85 328.89 0.57 0.09
Hex 25 A 18 0 49 23 55 149 39 9
Octal 45 12 30 0 111 43 125 511 71 11
Binary 100101 1010 11000 0 1001001 100011 1010101 101001001 111001 1001

Color Harmonies of #250A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250A18

Black with #250A18

Text Example


Text Example

White with #250A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250A18; }

 p { color: rgb(37,10,24); }

 H1.HeaderClassName
 {
   color: #250A18;
 }
 .AnyTagClassName
 {
   color: #250A18;
 }
</style>

background-color css

<style>
 a { background-color: #250A18; }

 a { background-color: rgb(37,10,24); }

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

border-color css

<style>
 span { border-color: #250A18; }

 span { border-color: rgb(37,10,24); }

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