#270C1A

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

Shades of Blackberry #270C1A

Tints of Blackberry #270C1A

Color information

#270C1A (or 0x270C1A) is unknown color: approx Blackberry. HEX triplet: 27, 0C and 1A. RGB value is (39,12,26). Sum of RGB (Red+Green+Blue) = 39+12+26=77 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50.65% from 77); Green value is 12 (5.08% from 255 or 15.58% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 39 - color contains mainly: red. Hex color #270C1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270C1A is #D8F3E5. Grayscale: #151515. Windows color (decimal): -14218214 or 1707047. OLE color: 1707047.

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

Color convert

RGB391226-
CMYK00.690.330.85
HSL328.89º52.94%10%-
HSV(B)328.89º69.23%15.29%-
XYZ1.150.771.06-
YUV21.67130.45140.36-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 50.65%
GREEN value IS 12 (5.08% from 255) = 15.58%
BLUE value IS 26 (10.55% from 255) = 33.77%
R=50.65%
G=15.58%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39122600.690.330.85328.8952.9410
Hex27C1A045215514935a
Octal4714320105411255116512
Binary1001111100110100100010110000110101011010010011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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