#25141C

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

Shades of Blackberry #25141C

Tints of Blackberry #25141C

Color information

#25141C (or 0x25141C) is unknown color: approx Blackberry. HEX triplet: 25, 14 and 1C. RGB value is (37,20,28). Sum of RGB (Red+Green+Blue) = 37+20+28=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 20 (8.20% from 255 or 23.53% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 37 - color contains mainly: red. Hex color #25141C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25141C is #DAEBE3. Grayscale: #191919. Windows color (decimal): -14347236 or 1840165. OLE color: 1840165.

HSL color Cylindrical-coordinate representation of color #25141C: hue angle of 331.76º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #25141C is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB372028-
CMYK00.460.240.85
HSL331.76º29.82%11.18%-
HSV(B)331.76º45.95%14.51%-
XYZ1.220.981.22-
YUV25.99129.13135.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 43.53%
GREEN value IS 20 (8.20% from 255) = 23.53%
BLUE value IS 28 (11.33% from 255) = 32.94%
R=43.53%
G=23.53%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37202800.460.240.85331.7629.8211.18
Hex25141C02E185514c1eb
Octal452434056301255143613
Binary10010110100111000101110110001010101101001100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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