#27121E

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

Shades of Blackberry #27121E

Tints of Blackberry #27121E

Color information

#27121E (or 0x27121E) is unknown color: approx Blackberry. HEX triplet: 27, 12 and 1E. RGB value is (39,18,30). Sum of RGB (Red+Green+Blue) = 39+18+30=87 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.83% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 30 (12.11% from 255 or 34.48% from 87); Max value from RGB is 39 - color contains mainly: red. Hex color #27121E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27121E is #D8EDE1. Grayscale: #191919. Windows color (decimal): -14216674 or 1970727. OLE color: 1970727.

HSL color Cylindrical-coordinate representation of color #27121E: hue angle of 325.71º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #27121E is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.85.

Color convert

RGB391830-
CMYK00.540.230.85
HSL325.71º36.84%11.18%-
HSV(B)325.71º53.85%15.29%-
XYZ1.290.961.35-
YUV25.65130.46137.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 44.83%
GREEN value IS 18 (7.42% from 255) = 20.69%
BLUE value IS 30 (12.11% from 255) = 34.48%
R=44.83%
G=20.69%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39183000.540.230.85325.7136.8411.18
Hex27121E036175514625b
Octal472236066271255064513
Binary100111100101111001101101011110101011010001101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27121E; }

 p { color: rgb(39,18,30); }

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

<style>
 a { background-color: #27121E; }

 a { background-color: rgb(39,18,30); }

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

<style>
 span { border-color: #27121E; }

 span { border-color: rgb(39,18,30); }

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