#25051A

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

Shades of Blackberry #25051A

Tints of Blackberry #25051A

Color information

#25051A (or 0x25051A) is unknown color: approx Blackberry. HEX triplet: 25, 05 and 1A. RGB value is (37,5,26). Sum of RGB (Red+Green+Blue) = 37+5+26=68 (9% of max value = 765). Red value is 37 (14.84% from 255 or 54.41% from 68); Green value is 5 (2.34% from 255 or 7.35% from 68); Blue value is 26 (10.55% from 255 or 38.24% from 68); Max value from RGB is 37 - color contains mainly: red. Hex color #25051A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25051A is #DAFAE5. Grayscale: #101010. Windows color (decimal): -14351078 or 1705253. OLE color: 1705253.

HSL color Cylindrical-coordinate representation of color #25051A: hue angle of 320.62º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #25051A is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB37526-
CMYK00.860.300.85
HSL320.62º76.19%8.24%-
HSV(B)320.62º86.49%14.51%-
XYZ10.581.04-
YUV16.96133.1142.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 54.41%
GREEN value IS 5 (2.34% from 255) = 7.35%
BLUE value IS 26 (10.55% from 255) = 38.24%
R=54.41%
G=7.35%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3752600.860.300.85320.6276.198.24
Hex2551A0561E551414c8
Octal4553201263612550111410
Binary100101101110100101011011110101010110100000110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25051A; }

 p { color: rgb(37,5,26); }

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

<style>
 a { background-color: #25051A; }

 a { background-color: rgb(37,5,26); }

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

<style>
 span { border-color: #25051A; }

 span { border-color: rgb(37,5,26); }

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