Html Css Color HEX #150B02 Black

📋 copy color: '#150B02'

red 21 ◦ green 11 ◦ blue 2

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

Shades of Black #150B02

Tints of Black #150B02

RGB

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

 GREEN value IS 11 (4.69% from 255) = 32.35%

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

R = 61.76%
G = 32.35%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.92

RGB Variations

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

Color information

#150B02 (or 0x150B02) is known color: Black. HEX triplet: 15, 0B and 02. RGB value is (21,11,2). Sum of RGB (Red+Green+Blue) = 21+11+2=34 (4% of max value = 765). Red value is 21 (8.59% from 255 or 61.76% from 34); Green value is 11 (4.69% from 255 or 32.35% from 34); Blue value is 2 (1.17% from 255 or 5.88% from 34); Max value from RGB is 21 - color contains mainly: red. Hex color #150B02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150B02 is #EAF4FD. Grayscale: #0D0D0D. Windows color (decimal): -15398142 or 133909. OLE color: 133909.

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

Color convert

RGB 21 11 2 -
CMYK 0 0.48 0.90 0.92
HSL 28.42º 0.83% 0.05% -
HSV(B) 28.42º 0.9% 0.08% -
XYZ 0.44 0.4 0.11 -
YUV 12.96 121.81 133.73 -
System Red Green Blue C M Y K H S L
Decimal 21 11 2 0 0.48 0.90 0.92 28.42 0.83 0.05
Hex 15 B 2 0 30 5A 5C 1C 53 5
Octal 25 13 2 0 60 132 134 34 123 5
Binary 10101 1011 10 0 110000 1011010 1011100 11100 1010011 101

Color Harmonies of #150B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150B02

Black with #150B02

Text Example


Text Example

White with #150B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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