#270C1D

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

Shades of Blackberry #270C1D

Tints of Blackberry #270C1D

Color information

#270C1D (or 0x270C1D) is unknown color: approx Blackberry. HEX triplet: 27, 0C and 1D. RGB value is (39,12,29). Sum of RGB (Red+Green+Blue) = 39+12+29=80 (10% of max value = 765). Red value is 39 (15.62% from 255 or 48.75% from 80); Green value is 12 (5.08% from 255 or 15% from 80); Blue value is 29 (11.72% from 255 or 36.25% from 80); Max value from RGB is 39 - color contains mainly: red. Hex color #270C1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270C1D is #D8F3E2. Grayscale: #151515. Windows color (decimal): -14218211 or 1903655. OLE color: 1903655.

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

Color convert

RGB391229-
CMYK00.690.260.85
HSL322.22º52.94%10%-
HSV(B)322.22º69.23%15.29%-
XYZ1.190.781.25-
YUV22.01131.95140.12-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 48.75%
GREEN value IS 12 (5.08% from 255) = 15%
BLUE value IS 29 (11.72% from 255) = 36.25%
R=48.75%
G=15%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39122900.690.260.85322.2252.9410
Hex27C1D0451A5514235a
Octal4714350105321255026512
Binary100111110011101010001011101010101011010000101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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