#27001D

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

Shades of Blackberry #27001D

Tints of Blackberry #27001D

Color information

#27001D (or 0x27001D) is unknown color: approx Blackberry. HEX triplet: 27, 00 and 1D. RGB value is (39,0,29). Sum of RGB (Red+Green+Blue) = 39+0+29=68 (9% of max value = 765). Red value is 39 (15.62% from 255 or 57.35% from 68); Green value is 0 (0.39% from 255 or 0% from 68); Blue value is 29 (11.72% from 255 or 42.65% from 68); Max value from RGB is 39 - color contains mainly: red. Hex color #27001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27001D is #D8FFE2. Grayscale: #0E0E0E. Windows color (decimal): -14221283 or 1900583. OLE color: 1900583.

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

Color convert

RGB39029-
CMYK010.260.85
HSL315.38º100%7.65%-
HSV(B)315.38º100%15.29%-
XYZ1.060.521.21-
YUV14.97135.92145.14-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 57.35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 29 (11.72% from 255) = 42.65%
R=57.35%
G=0%
B=42.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39029010.260.85315.381007.65
Hex2701D0641A5513b648
Octal4703501443212547314410
Binary1001110111010110010011010101010110011101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27001D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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