#272321

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

Shades of Bokara Grey #272321

Tints of Bokara Grey #272321

Color information

#272321 (or 0x272321) is unknown color: approx Bokara Grey. HEX triplet: 27, 23 and 21. RGB value is (39,35,33). Sum of RGB (Red+Green+Blue) = 39+35+33=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 33 (13.28% from 255 or 30.84% from 107); Max value from RGB is 39 - color contains mainly: red. Hex color #272321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272321 is #D8DCDE. Grayscale: #232323. Windows color (decimal): -14212319 or 2171687. OLE color: 2171687.

HSL color Cylindrical-coordinate representation of color #272321: hue angle of 20º 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 #272321 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.85.

Color convert

RGB393533-
CMYK00.100.150.85
HSL20º8.33%14.12%-
HSV(B)20º15.38%15.29%-
XYZ1.711.741.69-
YUV35.97126.33130.16-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.45%
GREEN value IS 35 (14.06% from 255) = 32.71%
BLUE value IS 33 (13.28% from 255) = 30.84%
R=36.45%
G=32.71%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39353300.100.150.85208.3314.12
Hex2723210AF55148e
Octal47434101217125241016
Binary10011110001110000101010111110101011010010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272321; }

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

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

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

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

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

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

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

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