#272421

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

Shades of Bokara Grey #272421

Tints of Bokara Grey #272421

Color information

#272421 (or 0x272421) is unknown color: approx Bokara Grey. HEX triplet: 27, 24 and 21. RGB value is (39,36,33). Sum of RGB (Red+Green+Blue) = 39+36+33=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 39 - color contains mainly: red. Hex color #272421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272421 is #D8DBDE. Grayscale: #242424. Windows color (decimal): -14212063 or 2171943. OLE color: 2171943.

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

Color convert

RGB393633-
CMYK00.080.150.85
HSL30º8.33%14.12%-
HSV(B)30º15.38%15.29%-
XYZ1.741.81.7-
YUV36.56125.99129.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.11%
GREEN value IS 36 (14.45% from 255) = 33.33%
BLUE value IS 33 (13.28% from 255) = 30.56%
R=36.11%
G=33.33%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39363300.080.150.85308.3314.12
Hex27242108F551e8e
Octal47444101017125361016
Binary10011110010010000101000111110101011111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272421; }

 p { color: rgb(39,36,33); }

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

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

 a { background-color: rgb(39,36,33); }

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

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

 span { border-color: rgb(39,36,33); }

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