#241F1B

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

Shades of Bokara Grey #241F1B

Tints of Bokara Grey #241F1B

Color information

#241F1B (or 0x241F1B) is unknown color: approx Bokara Grey. HEX triplet: 24, 1F and 1B. RGB value is (36,31,27). Sum of RGB (Red+Green+Blue) = 36+31+27=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 31 (12.5% from 255 or 32.98% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 36 - color contains mainly: red. Hex color #241F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241F1B is #DBE0E4. Grayscale: #202020. Windows color (decimal): -14409957 or 1777444. OLE color: 1777444.

HSL color Cylindrical-coordinate representation of color #241F1B: hue angle of 26.67º degrees, saturation: 0.14, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #241F1B is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.86.

Color convert

RGB363127-
CMYK00.140.250.86
HSL26.67º14.29%12.35%-
HSV(B)26.67º25%14.12%-
XYZ1.421.431.24-
YUV32.04125.16130.83-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 38.30%
GREEN value IS 31 (12.5% from 255) = 32.98%
BLUE value IS 27 (10.94% from 255) = 28.72%
R=38.30%
G=32.98%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36312700.140.250.8626.6714.2912.35
Hex241F1B0E19561bec
Octal44373301631126331614
Binary1001001111111011011101100110101101101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241F1B; }

 p { color: rgb(36,31,27); }

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

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

 a { background-color: rgb(36,31,27); }

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

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

 span { border-color: rgb(36,31,27); }

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