#25121B

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

Shades of Blackberry #25121B

Tints of Blackberry #25121B

Color information

#25121B (or 0x25121B) is unknown color: approx Blackberry. HEX triplet: 25, 12 and 1B. RGB value is (37,18,27). Sum of RGB (Red+Green+Blue) = 37+18+27=82 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.12% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 27 (10.94% from 255 or 32.93% from 82); Max value from RGB is 37 - color contains mainly: red. Hex color #25121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25121B is #DAEDE4. Grayscale: #181818. Windows color (decimal): -14347749 or 1774117. OLE color: 1774117.

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

Color convert

RGB371827-
CMYK00.510.270.85
HSL331.58º34.55%10.78%-
HSV(B)331.58º51.35%14.51%-
XYZ1.180.911.15-
YUV24.71129.29136.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 45.12%
GREEN value IS 18 (7.42% from 255) = 21.95%
BLUE value IS 27 (10.94% from 255) = 32.93%
R=45.12%
G=21.95%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37182700.510.270.85331.5834.5510.78
Hex25121B0331B5514c23b
Octal452233063331255144313
Binary100101100101101101100111101110101011010011001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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