Html Css Color HEX #150602 Black

📋 copy color: '#150602'

red 21 ◦ green 6 ◦ blue 2

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

Shades of Black #150602

Tints of Black #150602

RGB

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

 GREEN value IS 6 (2.73% from 255) = 20.69%

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

R = 72.41%
G = 20.69%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.92

RGB Variations

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

Color information

#150602 (or 0x150602) is known color: Black. HEX triplet: 15, 06 and 02. RGB value is (21,6,2). Sum of RGB (Red+Green+Blue) = 21+6+2=29 (3% of max value = 765). Red value is 21 (8.59% from 255 or 72.41% from 29); Green value is 6 (2.73% from 255 or 20.69% from 29); Blue value is 2 (1.17% from 255 or 6.90% from 29); Max value from RGB is 21 - color contains mainly: red. Hex color #150602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150602 is #EAF9FD. Grayscale: #0A0A0A. Windows color (decimal): -15399422 or 132629. OLE color: 132629.

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

Color convert

RGB 21 6 2 -
CMYK 0 0.71 0.90 0.92
HSL 12.63º 0.83% 0.05% -
HSV(B) 12.63º 0.9% 0.08% -
XYZ 0.39 0.29 0.09 -
YUV 10.03 123.47 135.83 -
System Red Green Blue C M Y K H S L
Decimal 21 6 2 0 0.71 0.90 0.92 12.63 0.83 0.05
Hex 15 6 2 0 47 5A 5C D 53 5
Octal 25 6 2 0 107 132 134 15 123 5
Binary 10101 110 10 0 1000111 1011010 1011100 1101 1010011 101

Color Harmonies of #150602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150602

Black with #150602

Text Example


Text Example

White with #150602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150602; }

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

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

background-color css

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

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

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

border-color css

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

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

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