#250916

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

Shades of Blackberry #250916

Tints of Blackberry #250916

Color information

#250916 (or 0x250916) is unknown color: approx Blackberry. HEX triplet: 25, 09 and 16. RGB value is (37,9,22). Sum of RGB (Red+Green+Blue) = 37+9+22=68 (9% of max value = 765). Red value is 37 (14.84% from 255 or 54.41% from 68); Green value is 9 (3.91% from 255 or 13.24% from 68); Blue value is 22 (8.98% from 255 or 32.35% from 68); Max value from RGB is 37 - color contains mainly: red. Hex color #250916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250916 is #DAF6E9. Grayscale: #121212. Windows color (decimal): -14350058 or 1444133. OLE color: 1444133.

HSL color Cylindrical-coordinate representation of color #250916: hue angle of 332.14º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #250916 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.85.

Color convert

RGB37922-
CMYK00.760.410.85
HSL332.14º60.87%9.02%-
HSV(B)332.14º75.68%14.51%-
XYZ1.010.650.83-
YUV18.85129.78140.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 54.41%
GREEN value IS 9 (3.91% from 255) = 13.24%
BLUE value IS 22 (8.98% from 255) = 32.35%
R=54.41%
G=13.24%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3792200.760.410.85332.1460.879.02
Hex2591604C295514c3d9
Octal4511260114511255147511
Binary1001011001101100100110010100110101011010011001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250916; }

 p { color: rgb(37,9,22); }

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

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

 a { background-color: rgb(37,9,22); }

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

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

 span { border-color: rgb(37,9,22); }

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