#27001E

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

Shades of Blackberry #27001E

Tints of Blackberry #27001E

Color information

#27001E (or 0x27001E) is unknown color: approx Blackberry. HEX triplet: 27, 00 and 1E. RGB value is (39,0,30). Sum of RGB (Red+Green+Blue) = 39+0+30=69 (9% of max value = 765). Red value is 39 (15.62% from 255 or 56.52% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 30 (12.11% from 255 or 43.48% from 69); Max value from RGB is 39 - color contains mainly: red. Hex color #27001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27001E is #D8FFE1. Grayscale: #0F0F0F. Windows color (decimal): -14221282 or 1966119. OLE color: 1966119.

HSL color Cylindrical-coordinate representation of color #27001E: hue angle of 313.85º 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 #27001E is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.85.

Color convert

RGB39030-
CMYK010.230.85
HSL313.85º100%7.65%-
HSV(B)313.85º100%15.29%-
XYZ1.070.531.27-
YUV15.08136.42145.06-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 56.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 43.48%
R=56.52%
G=0%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.23
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39030010.230.85313.851007.65
Hex2701E064175513a648
Octal4703601442712547214410
Binary1001110111100110010010111101010110011101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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