#25091C

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

Shades of Blackberry #25091C

Tints of Blackberry #25091C

Color information

#25091C (or 0x25091C) is unknown color: approx Blackberry. HEX triplet: 25, 09 and 1C. RGB value is (37,9,28). Sum of RGB (Red+Green+Blue) = 37+9+28=74 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50% from 74); Green value is 9 (3.91% from 255 or 12.16% from 74); Blue value is 28 (11.33% from 255 or 37.84% from 74); Max value from RGB is 37 - color contains mainly: red. Hex color #25091C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25091C is #DAF6E3. Grayscale: #131313. Windows color (decimal): -14350052 or 1837349. OLE color: 1837349.

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

Color convert

RGB37928-
CMYK00.760.240.85
HSL319.29º60.87%9.02%-
HSV(B)319.29º75.68%14.51%-
XYZ1.070.671.17-
YUV19.54132.78140.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 50%
GREEN value IS 9 (3.91% from 255) = 12.16%
BLUE value IS 28 (11.33% from 255) = 37.84%
R=50%
G=12.16%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3792800.760.240.85319.2960.879.02
Hex2591C04C185513f3d9
Octal4511340114301254777511
Binary100101100111100010011001100010101011001111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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