Html Css Color HEX #180301 Black

📋 copy color: '#180301'

red 24 ◦ green 3 ◦ blue 1

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

Shades of Black #180301

Tints of Black #180301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 3.57%

R = 85.71%
G = 10.71%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.91

RGB Variations

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

Color information

#180301 (or 0x180301) is known color: Black. HEX triplet: 18, 03 and 01. RGB value is (24,3,1). Sum of RGB (Red+Green+Blue) = 24+3+1=28 (3% of max value = 765). Red value is 24 (9.77% from 255 or 85.71% from 28); Green value is 3 (1.56% from 255 or 10.71% from 28); Blue value is 1 (0.78% from 255 or 3.57% from 28); Max value from RGB is 24 - color contains mainly: red. Hex color #180301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180301 is #E7FCFE. Grayscale: #090909. Windows color (decimal): -15203583 or 66328. OLE color: 66328.

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

Color convert

RGB 24 3 1 -
CMYK 0 0.88 0.96 0.91
HSL 5.22º 0.92% 0.05% -
HSV(B) 5.22º 0.96% 0.09% -
XYZ 0.41 0.26 0.06 -
YUV 9.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 24 3 1 0 0.88 0.96 0.91 5.22 0.92 0.05
Hex 18 3 1 0 58 60 5B 5 5C 5
Octal 30 3 1 0 130 140 133 5 134 5
Binary 11000 11 1 0 1011000 1100000 1011011 101 1011100 101

Color Harmonies of #180301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180301

Black with #180301

Text Example


Text Example

White with #180301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180301; }

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

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

background-color css

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

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

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

border-color css

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

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

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