#250A19

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

Shades of Blackberry #250A19

Tints of Blackberry #250A19

Color information

#250A19 (or 0x250A19) is unknown color: approx Blackberry. HEX triplet: 25, 0A and 19. RGB value is (37,10,25). Sum of RGB (Red+Green+Blue) = 37+10+25=72 (9% of max value = 765). Red value is 37 (14.84% from 255 or 51.39% from 72); Green value is 10 (4.30% from 255 or 13.89% from 72); Blue value is 25 (10.16% from 255 or 34.72% from 72); Max value from RGB is 37 - color contains mainly: red. Hex color #250A19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250A19 is #DAF5E6. Grayscale: #131313. Windows color (decimal): -14349799 or 1640997. OLE color: 1640997.

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

Color convert

RGB371025-
CMYK00.730.320.85
HSL326.67º57.45%9.22%-
HSV(B)326.67º72.97%14.51%-
XYZ1.050.681-
YUV19.78130.95140.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 51.39%
GREEN value IS 10 (4.30% from 255) = 13.89%
BLUE value IS 25 (10.16% from 255) = 34.72%
R=51.39%
G=13.89%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37102500.730.320.85326.6757.459.22
Hex25A190492055147399
Octal4512310111401255077111
Binary1001011010110010100100110000010101011010001111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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