#250E1B

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

Shades of Blackberry #250E1B

Tints of Blackberry #250E1B

Color information

#250E1B (or 0x250E1B) is unknown color: approx Blackberry. HEX triplet: 25, 0E and 1B. RGB value is (37,14,27). Sum of RGB (Red+Green+Blue) = 37+14+27=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 14 (5.86% from 255 or 17.95% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 37 - color contains mainly: red. Hex color #250E1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250E1B is #DAF1E4. Grayscale: #161616. Windows color (decimal): -14348773 or 1773093. OLE color: 1773093.

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

Color convert

RGB371427-
CMYK00.620.270.85
HSL326.09º45.1%10%-
HSV(B)326.09º62.16%14.51%-
XYZ1.120.791.13-
YUV22.36130.62138.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 47.44%
GREEN value IS 14 (5.86% from 255) = 17.95%
BLUE value IS 27 (10.94% from 255) = 34.62%
R=47.44%
G=17.95%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37142700.620.270.85326.0945.110
Hex25E1B03E1B551462da
Octal451633076331255065512
Binary10010111101101101111101101110101011010001101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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