#25081C

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

Shades of Blackberry #25081C

Tints of Blackberry #25081C

Color information

#25081C (or 0x25081C) is unknown color: approx Blackberry. HEX triplet: 25, 08 and 1C. RGB value is (37,8,28). Sum of RGB (Red+Green+Blue) = 37+8+28=73 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50.68% from 73); Green value is 8 (3.52% from 255 or 10.96% from 73); Blue value is 28 (11.33% from 255 or 38.36% from 73); Max value from RGB is 37 - color contains mainly: red. Hex color #25081C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25081C is #DAF7E3. Grayscale: #121212. Windows color (decimal): -14350308 or 1837093. OLE color: 1837093.

HSL color Cylindrical-coordinate representation of color #25081C: hue angle of 318.62º 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 #25081C is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB37828-
CMYK00.780.240.85
HSL318.62º64.44%8.82%-
HSV(B)318.62º78.38%14.51%-
XYZ1.060.651.17-
YUV18.95133.11140.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 50.68%
GREEN value IS 8 (3.52% from 255) = 10.96%
BLUE value IS 28 (11.33% from 255) = 38.36%
R=50.68%
G=10.96%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3782800.780.240.85318.6264.448.82
Hex2581C04E185513f409
Octal45103401163012547710011
Binary1001011000111000100111011000101010110011111110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25081C; }

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

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

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

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

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

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

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

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