#250E19

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

Shades of Blackberry #250E19

Tints of Blackberry #250E19

Color information

#250E19 (or 0x250E19) is unknown color: approx Blackberry. HEX triplet: 25, 0E and 19. RGB value is (37,14,25). Sum of RGB (Red+Green+Blue) = 37+14+25=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 14 (5.86% from 255 or 18.42% from 76); Blue value is 25 (10.16% from 255 or 32.89% from 76); Max value from RGB is 37 - color contains mainly: red. Hex color #250E19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250E19 is #DAF1E6. Grayscale: #161616. Windows color (decimal): -14348775 or 1642021. OLE color: 1642021.

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

Color convert

RGB371425-
CMYK00.620.320.85
HSL331.3º45.1%10%-
HSV(B)331.3º62.16%14.51%-
XYZ1.10.781.01-
YUV22.13129.62138.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.68%
GREEN value IS 14 (5.86% from 255) = 18.42%
BLUE value IS 25 (10.16% from 255) = 32.89%
R=48.68%
G=18.42%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37142500.620.320.85331.345.110
Hex25E1903E205514b2da
Octal451631076401255135512
Binary100101111011001011111010000010101011010010111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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