#27001B

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

Shades of Blackberry #27001B

Tints of Blackberry #27001B

Color information

#27001B (or 0x27001B) is unknown color: approx Blackberry. HEX triplet: 27, 00 and 1B. RGB value is (39,0,27). Sum of RGB (Red+Green+Blue) = 39+0+27=66 (8% of max value = 765). Red value is 39 (15.62% from 255 or 59.09% from 66); Green value is 0 (0.39% from 255 or 0% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 39 - color contains mainly: red. Hex color #27001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27001B is #D8FFE4. Grayscale: #0E0E0E. Windows color (decimal): -14221285 or 1769511. OLE color: 1769511.

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

Color convert

RGB39027-
CMYK010.310.85
HSL318.46º100%7.65%-
HSV(B)318.46º100%15.29%-
XYZ1.030.511.08-
YUV14.74134.92145.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 59.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 27 (10.94% from 255) = 40.91%
R=59.09%
G=0%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.31
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39027010.310.85318.461007.65
Hex2701B0641F5513e648
Octal4703301443712547614410
Binary1001110110110110010011111101010110011111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27001B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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