#250D19

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

Shades of Blackberry #250D19

Tints of Blackberry #250D19

Color information

#250D19 (or 0x250D19) is unknown color: approx Blackberry. HEX triplet: 25, 0D and 19. RGB value is (37,13,25). Sum of RGB (Red+Green+Blue) = 37+13+25=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 13 (5.47% from 255 or 17.33% from 75); Blue value is 25 (10.16% from 255 or 33.33% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #250D19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250D19 is #DAF2E6. Grayscale: #151515. Windows color (decimal): -14349031 or 1641765. OLE color: 1641765.

HSL color Cylindrical-coordinate representation of color #250D19: hue angle of 330º 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 #250D19 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.85.

Color convert

RGB371325-
CMYK00.650.320.85
HSL330º48%9.8%-
HSV(B)330º64.86%14.51%-
XYZ1.080.751.01-
YUV21.54129.95139.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 49.33%
GREEN value IS 13 (5.47% from 255) = 17.33%
BLUE value IS 25 (10.16% from 255) = 33.33%
R=49.33%
G=17.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37132500.650.320.85330489.8
Hex25D19041205514a30a
Octal4515310101401255126012
Binary1001011101110010100000110000010101011010010101100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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