#27001F

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

Shades of Blackberry #27001F

Tints of Blackberry #27001F

Color information

#27001F (or 0x27001F) is unknown color: approx Blackberry. HEX triplet: 27, 00 and 1F. RGB value is (39,0,31). Sum of RGB (Red+Green+Blue) = 39+0+31=70 (9% of max value = 765). Red value is 39 (15.62% from 255 or 55.71% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 31 (12.5% from 255 or 44.29% from 70); Max value from RGB is 39 - color contains mainly: red. Hex color #27001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27001F is #D8FFE0. Grayscale: #0F0F0F. Windows color (decimal): -14221281 or 2031655. OLE color: 2031655.

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

Color convert

RGB39031-
CMYK010.210.85
HSL312.31º100%7.65%-
HSV(B)312.31º100%15.29%-
XYZ1.080.531.34-
YUV15.2136.92144.98-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 55.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 44.29%
R=55.71%
G=0%
B=44.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.21
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39031010.210.85312.311007.65
Hex2701F0641555138648
Octal4703701442512547014410
Binary1001110111110110010010101101010110011100011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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