#270C18

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

Shades of Blackberry #270C18

Tints of Blackberry #270C18

Color information

#270C18 (or 0x270C18) is unknown color: approx Blackberry. HEX triplet: 27, 0C and 18. RGB value is (39,12,24). Sum of RGB (Red+Green+Blue) = 39+12+24=75 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52% from 75); Green value is 12 (5.08% from 255 or 16% from 75); Blue value is 24 (9.77% from 255 or 32% from 75); Max value from RGB is 39 - color contains mainly: red. Hex color #270C18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270C18 is #D8F3E7. Grayscale: #151515. Windows color (decimal): -14218216 or 1575975. OLE color: 1575975.

HSL color Cylindrical-coordinate representation of color #270C18: hue angle of 333.33º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #270C18 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.85.

Color convert

RGB391224-
CMYK00.690.380.85
HSL333.33º52.94%10%-
HSV(B)333.33º69.23%15.29%-
XYZ1.130.760.95-
YUV21.44129.45140.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 52%
GREEN value IS 12 (5.08% from 255) = 16%
BLUE value IS 24 (9.77% from 255) = 32%
R=52%
G=16%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39122400.690.380.85333.3352.9410
Hex27C18045265514d35a
Octal4714300105461255156512
Binary1001111100110000100010110011010101011010011011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270C18; }

 p { color: rgb(39,12,24); }

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

<style>
 a { background-color: #270C18; }

 a { background-color: rgb(39,12,24); }

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

<style>
 span { border-color: #270C18; }

 span { border-color: rgb(39,12,24); }

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