Html Css Color HEX #150C00 Bokara Grey

📋 copy color: '#150C00'

red 21 ◦ green 12 ◦ blue 0

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

Shades of Bokara Grey #150C00

Tints of Bokara Grey #150C00

RGB

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

 GREEN value IS 12 (5.08% from 255) = 36.36%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.64%
G = 36.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.92

RGB Variations

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

Color information

#150C00 (or 0x150C00) is known color: Bokara Grey. HEX triplet: 15, 0C and 00. RGB value is (21,12,0). Sum of RGB (Red+Green+Blue) = 21+12+0=33 (4% of max value = 765). Red value is 21 (8.59% from 255 or 63.64% from 33); Green value is 12 (5.08% from 255 or 36.36% from 33); Blue value is 0 (0.39% from 255 or 0% from 33); Max value from RGB is 21 - color contains mainly: red. Hex color #150C00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150C00 is #EAF3FF. Grayscale: #0D0D0D. Windows color (decimal): -15397888 or 3093. OLE color: 3093.

HSL color Cylindrical-coordinate representation of color #150C00: hue angle of 34.29º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150C00 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 12 0 -
CMYK 0 0.43 1 0.92
HSL 34.29º 1% 0.04% -
HSV(B) 34.29º 1% 0.08% -
XYZ 0.44 0.42 0.06 -
YUV 13.32 120.48 133.48 -
System Red Green Blue C M Y K H S L
Decimal 21 12 0 0 0.43 1 0.92 34.29 1 0.04
Hex 15 C 0 0 2B 64 5C 22 64 4
Octal 25 14 0 0 53 144 134 42 144 4
Binary 10101 1100 0 0 101011 1100100 1011100 100010 1100100 100

Color Harmonies of #150C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150C00

Black with #150C00

Text Example


Text Example

White with #150C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,12,0); }

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

background-color css

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

 a { background-color: rgb(21,12,0); }

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

border-color css

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

 span { border-color: rgb(21,12,0); }

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