#25121C

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

Shades of Blackberry #25121C

Tints of Blackberry #25121C

Color information

#25121C (or 0x25121C) is unknown color: approx Blackberry. HEX triplet: 25, 12 and 1C. RGB value is (37,18,28). Sum of RGB (Red+Green+Blue) = 37+18+28=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 28 (11.33% from 255 or 33.73% from 83); Max value from RGB is 37 - color contains mainly: red. Hex color #25121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25121C is #DAEDE3. Grayscale: #181818. Windows color (decimal): -14347748 or 1839653. OLE color: 1839653.

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

Color convert

RGB371828-
CMYK00.510.240.85
HSL328.42º34.55%10.78%-
HSV(B)328.42º51.35%14.51%-
XYZ1.190.911.21-
YUV24.82129.79136.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 44.58%
GREEN value IS 18 (7.42% from 255) = 21.69%
BLUE value IS 28 (11.33% from 255) = 33.73%
R=44.58%
G=21.69%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37182800.510.240.85328.4234.5510.78
Hex25121C033185514823b
Octal452234063301255104313
Binary100101100101110001100111100010101011010010001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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