#27121C

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

Shades of Blackberry #27121C

Tints of Blackberry #27121C

Color information

#27121C (or 0x27121C) is unknown color: approx Blackberry. HEX triplet: 27, 12 and 1C. RGB value is (39,18,28). Sum of RGB (Red+Green+Blue) = 39+18+28=85 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.88% from 85); Green value is 18 (7.42% from 255 or 21.18% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 39 - color contains mainly: red. Hex color #27121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27121C is #D8EDE3. Grayscale: #191919. Windows color (decimal): -14216676 or 1839655. OLE color: 1839655.

HSL color Cylindrical-coordinate representation of color #27121C: hue angle of 331.43º 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 #27121C is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.85.

Color convert

RGB391828-
CMYK00.540.280.85
HSL331.43º36.84%11.18%-
HSV(B)331.43º53.85%15.29%-
XYZ1.260.951.22-
YUV25.42129.46137.69-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 45.88%
GREEN value IS 18 (7.42% from 255) = 21.18%
BLUE value IS 28 (11.33% from 255) = 32.94%
R=45.88%
G=21.18%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39182800.540.280.85331.4336.8411.18
Hex27121C0361C5514b25b
Octal472234066341255134513
Binary100111100101110001101101110010101011010010111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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