Html Css Color HEX #150A02 Black

📋 copy color: '#150A02'

red 21 ◦ green 10 ◦ blue 2

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

Shades of Black #150A02

Tints of Black #150A02

RGB

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

 GREEN value IS 10 (4.3% from 255) = 30.3%

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

R = 63.64%
G = 30.3%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.92

RGB Variations

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

Color information

#150A02 (or 0x150A02) is known color: Black. HEX triplet: 15, 0A and 02. RGB value is (21,10,2). Sum of RGB (Red+Green+Blue) = 21+10+2=33 (4% of max value = 765). Red value is 21 (8.59% from 255 or 63.64% from 33); Green value is 10 (4.30% from 255 or 30.30% from 33); Blue value is 2 (1.17% from 255 or 6.06% from 33); Max value from RGB is 21 - color contains mainly: red. Hex color #150A02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150A02 is #EAF5FD. Grayscale: #0C0C0C. Windows color (decimal): -15398398 or 133653. OLE color: 133653.

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

Color convert

RGB 21 10 2 -
CMYK 0 0.52 0.90 0.92
HSL 25.26º 0.83% 0.05% -
HSV(B) 25.26º 0.9% 0.08% -
XYZ 0.43 0.38 0.11 -
YUV 12.38 122.14 134.15 -
System Red Green Blue C M Y K H S L
Decimal 21 10 2 0 0.52 0.90 0.92 25.26 0.83 0.05
Hex 15 A 2 0 34 5A 5C 19 53 5
Octal 25 12 2 0 64 132 134 31 123 5
Binary 10101 1010 10 0 110100 1011010 1011100 11001 1010011 101

Color Harmonies of #150A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150A02

Black with #150A02

Text Example


Text Example

White with #150A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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