Html Css Color HEX #180601 Black

📋 copy color: '#180601'

red 24 ◦ green 6 ◦ blue 1

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

Shades of Black #180601

Tints of Black #180601

RGB

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

 GREEN value IS 6 (2.73% from 255) = 19.35%

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

R = 77.42%
G = 19.35%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.91

RGB Variations

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

Color information

#180601 (or 0x180601) is known color: Black. HEX triplet: 18, 06 and 01. RGB value is (24,6,1). Sum of RGB (Red+Green+Blue) = 24+6+1=31 (4% of max value = 765). Red value is 24 (9.77% from 255 or 77.42% from 31); Green value is 6 (2.73% from 255 or 19.35% from 31); Blue value is 1 (0.78% from 255 or 3.23% from 31); Max value from RGB is 24 - color contains mainly: red. Hex color #180601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180601 is #E7F9FE. Grayscale: #0A0A0A. Windows color (decimal): -15202815 or 67096. OLE color: 67096.

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

Color convert

RGB 24 6 1 -
CMYK 0 0.75 0.96 0.91
HSL 13.04º 0.92% 0.05% -
HSV(B) 13.04º 0.96% 0.09% -
XYZ 0.45 0.33 0.07 -
YUV 10.81 122.46 137.41 -
System Red Green Blue C M Y K H S L
Decimal 24 6 1 0 0.75 0.96 0.91 13.04 0.92 0.05
Hex 18 6 1 0 4B 60 5B D 5C 5
Octal 30 6 1 0 113 140 133 15 134 5
Binary 11000 110 1 0 1001011 1100000 1011011 1101 1011100 101

Color Harmonies of #180601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180601

Black with #180601

Text Example


Text Example

White with #180601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180601; }

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

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

background-color css

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

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

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

border-color css

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

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

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