#251C14

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

Shades of Bokara Grey #251C14

Tints of Bokara Grey #251C14

Color information

#251C14 (or 0x251C14) is unknown color: approx Bokara Grey. HEX triplet: 25, 1C and 14. RGB value is (37,28,20). Sum of RGB (Red+Green+Blue) = 37+28+20=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 28 (11.33% from 255 or 32.94% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 37 - color contains mainly: red. Hex color #251C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251C14 is #DAE3EB. Grayscale: #1D1D1D. Windows color (decimal): -14345196 or 1317925. OLE color: 1317925.

HSL color Cylindrical-coordinate representation of color #251C14: hue angle of 28.24º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #251C14 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB372820-
CMYK00.240.460.85
HSL28.24º29.82%11.18%-
HSV(B)28.24º45.95%14.51%-
XYZ1.31.270.84-
YUV29.78122.48133.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 43.53%
GREEN value IS 28 (11.33% from 255) = 32.94%
BLUE value IS 20 (8.20% from 255) = 23.53%
R=43.53%
G=32.94%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37282000.240.460.8528.2429.8211.18
Hex251C140182E551c1eb
Octal45342403056125343613
Binary1001011110010100011000101110101010111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251C14; }

 p { color: rgb(37,28,20); }

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

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

 a { background-color: rgb(37,28,20); }

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

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

 span { border-color: rgb(37,28,20); }

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