#25011B

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

Shades of Blackberry #25011B

Tints of Blackberry #25011B

Color information

#25011B (or 0x25011B) is unknown color: approx Blackberry. HEX triplet: 25, 01 and 1B. RGB value is (37,1,27). Sum of RGB (Red+Green+Blue) = 37+1+27=65 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.92% from 65); Green value is 1 (0.78% from 255 or 1.54% from 65); Blue value is 27 (10.94% from 255 or 41.54% from 65); Max value from RGB is 37 - color contains mainly: red. Hex color #25011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25011B is #DAFEE4. Grayscale: #0E0E0E. Windows color (decimal): -14352101 or 1769765. OLE color: 1769765.

HSL color Cylindrical-coordinate representation of color #25011B: hue angle of 316.67º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #25011B is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.85.

Color convert

RGB37127-
CMYK00.970.270.85
HSL316.67º94.74%7.45%-
HSV(B)316.67º97.3%14.51%-
XYZ0.970.491.08-
YUV14.73134.93143.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 56.92%
GREEN value IS 1 (0.78% from 255) = 1.54%
BLUE value IS 27 (10.94% from 255) = 41.54%
R=56.92%
G=1.54%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.27
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3712700.970.270.85316.6794.747.45
Hex2511B0611B5513d5f7
Octal451330141331254751377
Binary100101111011011000011101110101011001111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25011B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25011B; }

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

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

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

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

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

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

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

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