Html Css Color HEX #180B03 Black

📋 copy color: '#180B03'

red 24 ◦ green 11 ◦ blue 3

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

Shades of Black #180B03

Tints of Black #180B03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 7.89%

R = 63.16%
G = 28.95%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.91

RGB Variations

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

Color information

#180B03 (or 0x180B03) is known color: Black. HEX triplet: 18, 0B and 03. RGB value is (24,11,3). Sum of RGB (Red+Green+Blue) = 24+11+3=38 (5% of max value = 765). Red value is 24 (9.77% from 255 or 63.16% from 38); Green value is 11 (4.69% from 255 or 28.95% from 38); Blue value is 3 (1.56% from 255 or 7.89% from 38); Max value from RGB is 24 - color contains mainly: red. Hex color #180B03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180B03 is #E7F4FC. Grayscale: #0E0E0E. Windows color (decimal): -15201533 or 199448. OLE color: 199448.

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

Color convert

RGB 24 11 3 -
CMYK 0 0.54 0.88 0.91
HSL 22.86º 0.78% 0.05% -
HSV(B) 22.86º 0.88% 0.09% -
XYZ 0.51 0.44 0.14 -
YUV 13.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 24 11 3 0 0.54 0.88 0.91 22.86 0.78 0.05
Hex 18 B 3 0 36 58 5B 17 4E 5
Octal 30 13 3 0 66 130 133 27 116 5
Binary 11000 1011 11 0 110110 1011000 1011011 10111 1001110 101

Color Harmonies of #180B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180B03

Black with #180B03

Text Example


Text Example

White with #180B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,11,3); }

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

background-color css

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

 a { background-color: rgb(24,11,3); }

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

border-color css

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

 span { border-color: rgb(24,11,3); }

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