#27021B

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

Shades of Blackberry #27021B

Tints of Blackberry #27021B

Color information

#27021B (or 0x27021B) is unknown color: approx Blackberry. HEX triplet: 27, 02 and 1B. RGB value is (39,2,27). Sum of RGB (Red+Green+Blue) = 39+2+27=68 (9% of max value = 765). Red value is 39 (15.62% from 255 or 57.35% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 27 (10.94% from 255 or 39.71% from 68); Max value from RGB is 39 - color contains mainly: red. Hex color #27021B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27021B is #D8FDE4. Grayscale: #0F0F0F. Windows color (decimal): -14220773 or 1770023. OLE color: 1770023.

HSL color Cylindrical-coordinate representation of color #27021B: hue angle of 319.46º 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 #27021B is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.85.

Color convert

RGB39227-
CMYK00.950.310.85
HSL319.46º90.24%8.04%-
HSV(B)319.46º94.87%15.29%-
XYZ1.060.551.09-
YUV15.91134.26144.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 57.35%
GREEN value IS 2 (1.17% from 255) = 2.94%
BLUE value IS 27 (10.94% from 255) = 39.71%
R=57.35%
G=2.94%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.31
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3922700.950.310.85319.4690.248.04
Hex2721B05F1F5513f5a8
Octal4723301373712547713210
Binary10011110110110101111111111101010110011111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27021B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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