#250F19

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

Shades of Blackberry #250F19

Tints of Blackberry #250F19

Color information

#250F19 (or 0x250F19) is unknown color: approx Blackberry. HEX triplet: 25, 0F and 19. RGB value is (37,15,25). Sum of RGB (Red+Green+Blue) = 37+15+25=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 15 (6.25% from 255 or 19.48% from 77); Blue value is 25 (10.16% from 255 or 32.47% from 77); Max value from RGB is 37 - color contains mainly: red. Hex color #250F19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250F19 is #DAF0E6. Grayscale: #161616. Windows color (decimal): -14348519 or 1642277. OLE color: 1642277.

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

Color convert

RGB371525-
CMYK00.590.320.85
HSL332.73º42.31%10.2%-
HSV(B)332.73º59.46%14.51%-
XYZ1.110.811.02-
YUV22.72129.29138.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.05%
GREEN value IS 15 (6.25% from 255) = 19.48%
BLUE value IS 25 (10.16% from 255) = 32.47%
R=48.05%
G=19.48%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37152500.590.320.85332.7342.3110.2
Hex25F1903B205514d2aa
Octal451731073401255155212
Binary100101111111001011101110000010101011010011011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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