#251C13

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

Shades of Bokara Grey #251C13

Tints of Bokara Grey #251C13

Color information

#251C13 (or 0x251C13) is unknown color: approx Bokara Grey. HEX triplet: 25, 1C and 13. RGB value is (37,28,19). Sum of RGB (Red+Green+Blue) = 37+28+19=84 (11% of max value = 765). Red value is 37 (14.84% from 255 or 44.05% from 84); Green value is 28 (11.33% from 255 or 33.33% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 37 - color contains mainly: red. Hex color #251C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251C13 is #DAE3EC. Grayscale: #1D1D1D. Windows color (decimal): -14345197 or 1252389. OLE color: 1252389.

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

Color convert

RGB372819-
CMYK00.240.490.85
HSL30º32.14%10.98%-
HSV(B)30º48.65%14.51%-
XYZ1.31.270.79-
YUV29.66121.98133.23-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 44.05%
GREEN value IS 28 (11.33% from 255) = 33.33%
BLUE value IS 19 (7.81% from 255) = 22.62%
R=44.05%
G=33.33%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37281900.240.490.853032.1410.98
Hex251C1301831551e20b
Octal45342303061125364013
Binary10010111100100110110001100011010101111101000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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