#250C18

Color #250C18 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #250C18

Tints of Blackberry #250C18

Color information

#250C18 (or 0x250C18) is unknown color: approx Blackberry. HEX triplet: 25, 0C and 18. RGB value is (37,12,24). Sum of RGB (Red+Green+Blue) = 37+12+24=73 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50.68% from 73); Green value is 12 (5.08% from 255 or 16.44% from 73); Blue value is 24 (9.77% from 255 or 32.88% from 73); Max value from RGB is 37 - color contains mainly: red. Hex color #250C18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250C18 is #DAF3E7. Grayscale: #141414. Windows color (decimal): -14349288 or 1575973. OLE color: 1575973.

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

Color convert

RGB371224-
CMYK00.680.350.85
HSL331.2º51.02%9.61%-
HSV(B)331.2º67.57%14.51%-
XYZ1.060.720.95-
YUV20.84129.78139.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 50.68%
GREEN value IS 12 (5.08% from 255) = 16.44%
BLUE value IS 24 (9.77% from 255) = 32.88%
R=50.68%
G=16.44%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.35
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37122400.680.350.85331.251.029.61
Hex25C18044235514b33a
Octal4514300104431255136312
Binary1001011100110000100010010001110101011010010111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #250C18;
 }
 .AnyTagClassName
 {
   color: #250C18;
 }
</style>
background-color css

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

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

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

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

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

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