#25031C

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

Shades of Blackberry #25031C

Tints of Blackberry #25031C

Color information

#25031C (or 0x25031C) is unknown color: approx Blackberry. HEX triplet: 25, 03 and 1C. RGB value is (37,3,28). Sum of RGB (Red+Green+Blue) = 37+3+28=68 (9% of max value = 765). Red value is 37 (14.84% from 255 or 54.41% from 68); Green value is 3 (1.56% from 255 or 4.41% from 68); Blue value is 28 (11.33% from 255 or 41.18% from 68); Max value from RGB is 37 - color contains mainly: red. Hex color #25031C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25031C is #DAFCE3. Grayscale: #0F0F0F. Windows color (decimal): -14351588 or 1835813. OLE color: 1835813.

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

Color convert

RGB37328-
CMYK00.920.240.85
HSL315.88º85%7.84%-
HSV(B)315.88º91.89%14.51%-
XYZ1.010.541.15-
YUV16.02134.76142.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 54.41%
GREEN value IS 3 (1.56% from 255) = 4.41%
BLUE value IS 28 (11.33% from 255) = 41.18%
R=54.41%
G=4.41%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3732800.920.240.85315.88857.84
Hex2531C05C185513c558
Octal4533401343012547412510
Binary10010111111000101110011000101010110011110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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