#250816

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

Shades of Blackberry #250816

Tints of Blackberry #250816

Color information

#250816 (or 0x250816) is unknown color: approx Blackberry. HEX triplet: 25, 08 and 16. RGB value is (37,8,22). Sum of RGB (Red+Green+Blue) = 37+8+22=67 (8% of max value = 765). Red value is 37 (14.84% from 255 or 55.22% from 67); Green value is 8 (3.52% from 255 or 11.94% from 67); Blue value is 22 (8.98% from 255 or 32.84% from 67); Max value from RGB is 37 - color contains mainly: red. Hex color #250816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250816 is #DAF7E9. Grayscale: #121212. Windows color (decimal): -14350314 or 1443877. OLE color: 1443877.

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

Color convert

RGB37822-
CMYK00.780.410.85
HSL331.03º64.44%8.82%-
HSV(B)331.03º78.38%14.51%-
XYZ0.990.620.83-
YUV18.27130.11141.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 55.22%
GREEN value IS 8 (3.52% from 255) = 11.94%
BLUE value IS 22 (8.98% from 255) = 32.84%
R=55.22%
G=11.94%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.41
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3782200.780.410.85331.0364.448.82
Hex2581604E295514b409
Octal45102601165112551310011
Binary10010110001011001001110101001101010110100101110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250816; }

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

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

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

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

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

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

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

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