Html Css Color HEX #180C04 Black

📋 copy color: '#180C04'

red 24 ◦ green 12 ◦ blue 4

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

Shades of Black #180C04

Tints of Black #180C04

RGB

 RED value IS 24 (9.77% from 255) = 60%

 GREEN value IS 12 (5.08% from 255) = 30%

 BLUE value IS 4 (1.95% from 255) = 10%

R = 60%
G = 30%
B = 10%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.91

RGB Variations

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

Color information

#180C04 (or 0x180C04) is known color: Black. HEX triplet: 18, 0C and 04. RGB value is (24,12,4). Sum of RGB (Red+Green+Blue) = 24+12+4=40 (5% of max value = 765). Red value is 24 (9.77% from 255 or 60% from 40); Green value is 12 (5.08% from 255 or 30% from 40); Blue value is 4 (1.95% from 255 or 10% from 40); Max value from RGB is 24 - color contains mainly: red. Hex color #180C04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180C04 is #E7F3FB. Grayscale: #0E0E0E. Windows color (decimal): -15201276 or 265240. OLE color: 265240.

HSL color Cylindrical-coordinate representation of color #180C04: hue angle of 24º degrees, saturation: 0.71, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #180C04 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 12 4 -
CMYK 0 0.50 0.83 0.91
HSL 24º 0.71% 0.05% -
HSV(B) 24º 0.83% 0.09% -
XYZ 0.53 0.47 0.18 -
YUV 14.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 24 12 4 0 0.50 0.83 0.91 24 0.71 0.05
Hex 18 C 4 0 32 53 5B 18 47 5
Octal 30 14 4 0 62 123 133 30 107 5
Binary 11000 1100 100 0 110010 1010011 1011011 11000 1000111 101

Color Harmonies of #180C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180C04

Black with #180C04

Text Example


Text Example

White with #180C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180C04; }

 p { color: rgb(24,12,4); }

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

background-color css

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

 a { background-color: rgb(24,12,4); }

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

border-color css

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

 span { border-color: rgb(24,12,4); }

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