#27001C

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

Shades of Blackberry #27001C

Tints of Blackberry #27001C

Color information

#27001C (or 0x27001C) is unknown color: approx Blackberry. HEX triplet: 27, 00 and 1C. RGB value is (39,0,28). Sum of RGB (Red+Green+Blue) = 39+0+28=67 (8% of max value = 765). Red value is 39 (15.62% from 255 or 58.21% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 28 (11.33% from 255 or 41.79% from 67); Max value from RGB is 39 - color contains mainly: red. Hex color #27001C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27001C is #D8FFE3. Grayscale: #0E0E0E. Windows color (decimal): -14221284 or 1835047. OLE color: 1835047.

HSL color Cylindrical-coordinate representation of color #27001C: hue angle of 316.92º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #27001C is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.85.

Color convert

RGB39028-
CMYK010.280.85
HSL316.92º100%7.65%-
HSV(B)316.92º100%15.29%-
XYZ1.050.521.14-
YUV14.85135.42145.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 58.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 28 (11.33% from 255) = 41.79%
R=58.21%
G=0%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39028010.280.85316.921007.65
Hex2701C0641C5513d648
Octal4703401443412547514410
Binary1001110111000110010011100101010110011110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27001C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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