#250D18

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

Shades of Blackberry #250D18

Tints of Blackberry #250D18

Color information

#250D18 (or 0x250D18) is unknown color: approx Blackberry. HEX triplet: 25, 0D and 18. RGB value is (37,13,24). Sum of RGB (Red+Green+Blue) = 37+13+24=74 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50% from 74); Green value is 13 (5.47% from 255 or 17.57% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 37 - color contains mainly: red. Hex color #250D18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250D18 is #DAF2E7. Grayscale: #151515. Windows color (decimal): -14349032 or 1576229. OLE color: 1576229.

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

Color convert

RGB371324-
CMYK00.650.350.85
HSL332.5º48%9.8%-
HSV(B)332.5º64.86%14.51%-
XYZ1.070.750.95-
YUV21.43129.45139.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 50%
GREEN value IS 13 (5.47% from 255) = 17.57%
BLUE value IS 24 (9.77% from 255) = 32.43%
R=50%
G=17.57%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37132400.650.350.85332.5489.8
Hex25D18041235514c30a
Octal4515300101431255146012
Binary1001011101110000100000110001110101011010011001100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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