Html Css Color HEX #150D02 Bokara Grey

📋 copy color: '#150D02'

red 21 ◦ green 13 ◦ blue 2

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

Shades of Bokara Grey #150D02

Tints of Bokara Grey #150D02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 5.56%

R = 58.33%
G = 36.11%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.92

RGB Variations

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

Color information

#150D02 (or 0x150D02) is known color: Bokara Grey. HEX triplet: 15, 0D and 02. RGB value is (21,13,2). Sum of RGB (Red+Green+Blue) = 21+13+2=36 (4% of max value = 765). Red value is 21 (8.59% from 255 or 58.33% from 36); Green value is 13 (5.47% from 255 or 36.11% from 36); Blue value is 2 (1.17% from 255 or 5.56% from 36); Max value from RGB is 21 - color contains mainly: red. Hex color #150D02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150D02 is #EAF2FD. Grayscale: #0E0E0E. Windows color (decimal): -15397630 or 134421. OLE color: 134421.

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

Color convert

RGB 21 13 2 -
CMYK 0 0.38 0.90 0.92
HSL 34.74º 0.83% 0.05% -
HSV(B) 34.74º 0.9% 0.08% -
XYZ 0.46 0.45 0.12 -
YUV 14.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 21 13 2 0 0.38 0.90 0.92 34.74 0.83 0.05
Hex 15 D 2 0 26 5A 5C 23 53 5
Octal 25 15 2 0 46 132 134 43 123 5
Binary 10101 1101 10 0 100110 1011010 1011100 100011 1010011 101

Color Harmonies of #150D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150D02

Black with #150D02

Text Example


Text Example

White with #150D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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