Html Css Color HEX #120302 Black

📋 copy color: '#120302'

red 18 ◦ green 3 ◦ blue 2

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

Shades of Black #120302

Tints of Black #120302

RGB

 RED value IS 18 (7.42% from 255) = 78.26%

 GREEN value IS 3 (1.56% from 255) = 13.04%

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

R = 78.26%
G = 13.04%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.93

RGB Variations

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

Color information

#120302 (or 0x120302) is known color: Black. HEX triplet: 12, 03 and 02. RGB value is (18,3,2). Sum of RGB (Red+Green+Blue) = 18+3+2=23 (3% of max value = 765). Red value is 18 (7.42% from 255 or 78.26% from 23); Green value is 3 (1.56% from 255 or 13.04% from 23); Blue value is 2 (1.17% from 255 or 8.70% from 23); Max value from RGB is 18 - color contains mainly: red. Hex color #120302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120302 is #EDFCFD. Grayscale: #070707. Windows color (decimal): -15596798 or 131858. OLE color: 131858.

HSL color Cylindrical-coordinate representation of color #120302: hue angle of 3.75º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #120302 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 3 2 -
CMYK 0 0.83 0.89 0.93
HSL 3.75º 0.8% 0.04% -
HSV(B) 3.75º 0.89% 0.07% -
XYZ 0.29 0.2 0.08 -
YUV 7.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 18 3 2 0 0.83 0.89 0.93 3.75 0.8 0.04
Hex 12 3 2 0 53 59 5D 4 50 4
Octal 22 3 2 0 123 131 135 4 120 4
Binary 10010 11 10 0 1010011 1011001 1011101 100 1010000 100

Color Harmonies of #120302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120302

Black with #120302

Text Example


Text Example

White with #120302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120302; }

 p { color: rgb(18,3,2); }

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

background-color css

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

 a { background-color: rgb(18,3,2); }

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

border-color css

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

 span { border-color: rgb(18,3,2); }

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