Html Css Color HEX #150D04 Bokara Grey

📋 copy color: '#150D04'

red 21 ◦ green 13 ◦ blue 4

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

Shades of Bokara Grey #150D04

Tints of Bokara Grey #150D04

RGB

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

 GREEN value IS 13 (5.47% from 255) = 34.21%

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

R = 55.26%
G = 34.21%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.92

RGB Variations

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

Color information

#150D04 (or 0x150D04) is known color: Bokara Grey. HEX triplet: 15, 0D and 04. RGB value is (21,13,4). Sum of RGB (Red+Green+Blue) = 21+13+4=38 (5% of max value = 765). Red value is 21 (8.59% from 255 or 55.26% from 38); Green value is 13 (5.47% from 255 or 34.21% from 38); Blue value is 4 (1.95% from 255 or 10.53% from 38); Max value from RGB is 21 - color contains mainly: red. Hex color #150D04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150D04 is #EAF2FB. Grayscale: #0E0E0E. Windows color (decimal): -15397628 or 265493. OLE color: 265493.

HSL color Cylindrical-coordinate representation of color #150D04: hue angle of 31.76º 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 #150D04 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 13 4 -
CMYK 0 0.38 0.81 0.92
HSL 31.76º 0.68% 0.05% -
HSV(B) 31.76º 0.81% 0.08% -
XYZ 0.48 0.46 0.18 -
YUV 14.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 21 13 4 0 0.38 0.81 0.92 31.76 0.68 0.05
Hex 15 D 4 0 26 51 5C 20 44 5
Octal 25 15 4 0 46 121 134 40 104 5
Binary 10101 1101 100 0 100110 1010001 1011100 100000 1000100 101

Color Harmonies of #150D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150D04

Black with #150D04

Text Example


Text Example

White with #150D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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