#25211E

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

Shades of Bokara Grey #25211E

Tints of Bokara Grey #25211E

Color information

#25211E (or 0x25211E) is unknown color: approx Bokara Grey. HEX triplet: 25, 21 and 1E. RGB value is (37,33,30). Sum of RGB (Red+Green+Blue) = 37+33+30=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 33 (13.28% from 255 or 33% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 37 - color contains mainly: red. Hex color #25211E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25211E is #DADEE1. Grayscale: #212121. Windows color (decimal): -14343906 or 1974565. OLE color: 1974565.

HSL color Cylindrical-coordinate representation of color #25211E: hue angle of 25.71º degrees, saturation: 0.1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #25211E is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.85.

Color convert

RGB373330-
CMYK00.110.190.85
HSL25.71º10.45%13.14%-
HSV(B)25.71º18.92%14.51%-
XYZ1.541.571.45-
YUV33.85125.83130.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37%
GREEN value IS 33 (13.28% from 255) = 33%
BLUE value IS 30 (12.11% from 255) = 30%
R=37%
G=33%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37333000.110.190.8525.7110.4513.14
Hex25211E0B13551aad
Octal45413601323125321215
Binary10010110000111110010111001110101011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25211E; }

 p { color: rgb(37,33,30); }

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

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

 a { background-color: rgb(37,33,30); }

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

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

 span { border-color: rgb(37,33,30); }

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