#27141D

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

Shades of Blackberry #27141D

Tints of Blackberry #27141D

Color information

#27141D (or 0x27141D) is unknown color: approx Blackberry. HEX triplet: 27, 14 and 1D. RGB value is (39,20,29). Sum of RGB (Red+Green+Blue) = 39+20+29=88 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.32% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 29 (11.72% from 255 or 32.95% from 88); Max value from RGB is 39 - color contains mainly: red. Hex color #27141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27141D is #D8EBE2. Grayscale: #1A1A1A. Windows color (decimal): -14216163 or 1905703. OLE color: 1905703.

HSL color Cylindrical-coordinate representation of color #27141D: hue angle of 331.58º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #27141D is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.85.

Color convert

RGB392029-
CMYK00.490.260.85
HSL331.58º32.2%11.57%-
HSV(B)331.58º48.72%15.29%-
XYZ1.311.021.29-
YUV26.71129.29136.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 44.32%
GREEN value IS 20 (8.20% from 255) = 22.73%
BLUE value IS 29 (11.72% from 255) = 32.95%
R=44.32%
G=22.73%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39202900.490.260.85331.5832.211.57
Hex27141D0311A5514c20c
Octal472435061321255144014
Binary100111101001110101100011101010101011010011001000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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