Html Css Color HEX #150D05 Bokara Grey

📋 copy color: '#150D05'

red 21 ◦ green 13 ◦ blue 5

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

Shades of Bokara Grey #150D05

Tints of Bokara Grey #150D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 12.82%

R = 53.85%
G = 33.33%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.92

RGB Variations

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

Color information

#150D05 (or 0x150D05) is known color: Bokara Grey. HEX triplet: 15, 0D and 05. RGB value is (21,13,5). Sum of RGB (Red+Green+Blue) = 21+13+5=39 (5% of max value = 765). Red value is 21 (8.59% from 255 or 53.85% from 39); Green value is 13 (5.47% from 255 or 33.33% from 39); Blue value is 5 (2.34% from 255 or 12.82% from 39); Max value from RGB is 21 - color contains mainly: red. Hex color #150D05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150D05 is #EAF2FA. Grayscale: #0E0E0E. Windows color (decimal): -15397627 or 331029. OLE color: 331029.

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

Color convert

RGB 21 13 5 -
CMYK 0 0.38 0.76 0.92
HSL 30º 0.62% 0.05% -
HSV(B) 30º 0.76% 0.08% -
XYZ 0.48 0.46 0.21 -
YUV 14.48 122.65 132.65 -
System Red Green Blue C M Y K H S L
Decimal 21 13 5 0 0.38 0.76 0.92 30 0.62 0.05
Hex 15 D 5 0 26 4C 5C 1E 3E 5
Octal 25 15 5 0 46 114 134 36 76 5
Binary 10101 1101 101 0 100110 1001100 1011100 11110 111110 101

Color Harmonies of #150D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150D05

Black with #150D05

Text Example


Text Example

White with #150D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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