Html Css Color HEX #150D01 Bokara Grey

📋 copy color: '#150D01'

red 21 ◦ green 13 ◦ blue 1

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

Shades of Bokara Grey #150D01

Tints of Bokara Grey #150D01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 2.86%

R = 60%
G = 37.14%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

#150D01 (or 0x150D01) is known color: Bokara Grey. HEX triplet: 15, 0D and 01. RGB value is (21,13,1). Sum of RGB (Red+Green+Blue) = 21+13+1=35 (4% of max value = 765). Red value is 21 (8.59% from 255 or 60% from 35); Green value is 13 (5.47% from 255 or 37.14% from 35); Blue value is 1 (0.78% from 255 or 2.86% from 35); Max value from RGB is 21 - color contains mainly: red. Hex color #150D01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150D01 is #EAF2FE. Grayscale: #0E0E0E. Windows color (decimal): -15397631 or 68885. OLE color: 68885.

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

Color convert

RGB 21 13 1 -
CMYK 0 0.38 0.95 0.92
HSL 36º 0.91% 0.04% -
HSV(B) 36º 0.95% 0.08% -
XYZ 0.46 0.45 0.09 -
YUV 14.02 120.65 132.98 -
System Red Green Blue C M Y K H S L
Decimal 21 13 1 0 0.38 0.95 0.92 36 0.91 0.04
Hex 15 D 1 0 26 5F 5C 24 5B 4
Octal 25 15 1 0 46 137 134 44 133 4
Binary 10101 1101 1 0 100110 1011111 1011100 100100 1011011 100

Color Harmonies of #150D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150D01

Black with #150D01

Text Example


Text Example

White with #150D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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