#270C19

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

Shades of Blackberry #270C19

Tints of Blackberry #270C19

Color information

#270C19 (or 0x270C19) is unknown color: approx Blackberry. HEX triplet: 27, 0C and 19. RGB value is (39,12,25). Sum of RGB (Red+Green+Blue) = 39+12+25=76 (10% of max value = 765). Red value is 39 (15.62% from 255 or 51.32% from 76); Green value is 12 (5.08% from 255 or 15.79% from 76); Blue value is 25 (10.16% from 255 or 32.89% from 76); Max value from RGB is 39 - color contains mainly: red. Hex color #270C19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270C19 is #D8F3E6. Grayscale: #151515. Windows color (decimal): -14218215 or 1641511. OLE color: 1641511.

HSL color Cylindrical-coordinate representation of color #270C19: hue angle of 331.11º 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 #270C19 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.85.

Color convert

RGB391225-
CMYK00.690.360.85
HSL331.11º52.94%10%-
HSV(B)331.11º69.23%15.29%-
XYZ1.140.761.01-
YUV21.56129.95140.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 51.32%
GREEN value IS 12 (5.08% from 255) = 15.79%
BLUE value IS 25 (10.16% from 255) = 32.89%
R=51.32%
G=15.79%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.36
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39122500.690.360.85331.1152.9410
Hex27C19045245514b35a
Octal4714310105441255136512
Binary1001111100110010100010110010010101011010010111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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