Html Css Color HEX #150E04 Bokara Grey

📋 copy color: '#150E04'

red 21 ◦ green 14 ◦ blue 4

#150E04
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bokara Grey #150E04

Tints of Bokara Grey #150E04

RGB

 RED value IS 21 (8.59% from 255) = 53.85%

 GREEN value IS 14 (5.86% from 255) = 35.9%

 BLUE value IS 4 (1.95% from 255) = 10.26%

R = 53.85%
G = 35.9%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.92

RGB Variations

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

Color information

#150E04 (or 0x150E04) is known color: Bokara Grey. HEX triplet: 15, 0E and 04. RGB value is (21,14,4). Sum of RGB (Red+Green+Blue) = 21+14+4=39 (5% of max value = 765). Red value is 21 (8.59% from 255 or 53.85% from 39); Green value is 14 (5.86% from 255 or 35.90% from 39); Blue value is 4 (1.95% from 255 or 10.26% from 39); Max value from RGB is 21 - color contains mainly: red. Hex color #150E04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150E04 is #EAF1FB. Grayscale: #0E0E0E. Windows color (decimal): -15397372 or 265749. OLE color: 265749.

HSL color Cylindrical-coordinate representation of color #150E04: hue angle of 35.29º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #150E04 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 14 4 -
CMYK 0 0.33 0.81 0.92
HSL 35.29º 0.68% 0.05% -
HSV(B) 35.29º 0.81% 0.08% -
XYZ 0.49 0.48 0.18 -
YUV 14.95 121.82 132.31 -
System Red Green Blue C M Y K H S L
Decimal 21 14 4 0 0.33 0.81 0.92 35.29 0.68 0.05
Hex 15 E 4 0 21 51 5C 23 44 5
Octal 25 16 4 0 41 121 134 43 104 5
Binary 10101 1110 100 0 100001 1010001 1011100 100011 1000100 101

Color Harmonies of #150E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150E04

Black with #150E04

Text Example


Text Example

White with #150E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150E04; }

 p { color: rgb(21,14,4); }

 H1.HeaderClassName
 {
   color: #150E04;
 }
 .AnyTagClassName
 {
   color: #150E04;
 }
</style>

background-color css

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

 a { background-color: rgb(21,14,4); }

 div.DivClassName
 {
   background-color: #150E04;
 }
 .BgClassName
 {
   background-color: #150E04;
 }
</style>

border-color css

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

 span { border-color: rgb(21,14,4); }

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