Html Css Color HEX #180201 Black

📋 copy color: '#180201'

red 24 ◦ green 2 ◦ blue 1

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

Shades of Black #180201

Tints of Black #180201

RGB

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

 GREEN value IS 2 (1.17% from 255) = 7.41%

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

R = 88.89%
G = 7.41%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.91

RGB Variations

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

Color information

#180201 (or 0x180201) is known color: Black. HEX triplet: 18, 02 and 01. RGB value is (24,2,1). Sum of RGB (Red+Green+Blue) = 24+2+1=27 (3% of max value = 765). Red value is 24 (9.77% from 255 or 88.89% from 27); Green value is 2 (1.17% from 255 or 7.41% from 27); Blue value is 1 (0.78% from 255 or 3.70% from 27); Max value from RGB is 24 - color contains mainly: red. Hex color #180201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180201 is #E7FDFE. Grayscale: #080808. Windows color (decimal): -15203839 or 66072. OLE color: 66072.

HSL color Cylindrical-coordinate representation of color #180201: hue angle of 2.61º 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 #180201 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 2 1 -
CMYK 0 0.92 0.96 0.91
HSL 2.61º 0.92% 0.05% -
HSV(B) 2.61º 0.96% 0.09% -
XYZ 0.4 0.24 0.05 -
YUV 8.46 123.79 139.08 -
System Red Green Blue C M Y K H S L
Decimal 24 2 1 0 0.92 0.96 0.91 2.61 0.92 0.05
Hex 18 2 1 0 5C 60 5B 3 5C 5
Octal 30 2 1 0 134 140 133 3 134 5
Binary 11000 10 1 0 1011100 1100000 1011011 11 1011100 101

Color Harmonies of #180201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180201

Black with #180201

Text Example


Text Example

White with #180201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180201; }

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

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

background-color css

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

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

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

border-color css

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

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

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