#271820

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

Shades of Blackberry #271820

Tints of Blackberry #271820

Color information

#271820 (or 0x271820) is unknown color: approx Blackberry. HEX triplet: 27, 18 and 20. RGB value is (39,24,32). Sum of RGB (Red+Green+Blue) = 39+24+32=95 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.05% from 95); Green value is 24 (9.77% from 255 or 25.26% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 39 - color contains mainly: red. Hex color #271820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271820 is #D8E7DF. Grayscale: #1D1D1D. Windows color (decimal): -14215136 or 2103335. OLE color: 2103335.

HSL color Cylindrical-coordinate representation of color #271820: hue angle of 328º degrees, saturation: 0.24, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #271820 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB392432-
CMYK00.380.180.85
HSL328º23.81%12.35%-
HSV(B)328º38.46%15.29%-
XYZ1.421.191.52-
YUV29.4129.47134.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.05%
GREEN value IS 24 (9.77% from 255) = 25.26%
BLUE value IS 32 (12.89% from 255) = 33.68%
R=41.05%
G=25.26%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39243200.380.180.8532823.8112.35
Hex271820026125514818c
Octal473040046221255103014
Binary100111110001000000100110100101010101101001000110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271820; }

 p { color: rgb(39,24,32); }

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

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

 a { background-color: rgb(39,24,32); }

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

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

 span { border-color: rgb(39,24,32); }

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