#27021C

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

Shades of Blackberry #27021C

Tints of Blackberry #27021C

Color information

#27021C (or 0x27021C) is unknown color: approx Blackberry. HEX triplet: 27, 02 and 1C. RGB value is (39,2,28). Sum of RGB (Red+Green+Blue) = 39+2+28=69 (9% of max value = 765). Red value is 39 (15.62% from 255 or 56.52% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 28 (11.33% from 255 or 40.58% from 69); Max value from RGB is 39 - color contains mainly: red. Hex color #27021C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27021C is #D8FDE3. Grayscale: #0F0F0F. Windows color (decimal): -14220772 or 1835559. OLE color: 1835559.

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

Color convert

RGB39228-
CMYK00.950.280.85
HSL317.84º90.24%8.04%-
HSV(B)317.84º94.87%15.29%-
XYZ1.070.561.15-
YUV16.03134.76144.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 56.52%
GREEN value IS 2 (1.17% from 255) = 2.90%
BLUE value IS 28 (11.33% from 255) = 40.58%
R=56.52%
G=2.90%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.28
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3922800.950.280.85317.8490.248.04
Hex2721C05F1C5513e5a8
Octal4723401373412547613210
Binary10011110111000101111111100101010110011111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,2,28); }

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

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

 a { background-color: rgb(39,2,28); }

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

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

 span { border-color: rgb(39,2,28); }

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