Html Css Color HEX #180B02 Black

📋 copy color: '#180B02'

red 24 ◦ green 11 ◦ blue 2

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

Shades of Black #180B02

Tints of Black #180B02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 5.41%

R = 64.86%
G = 29.73%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.91

RGB Variations

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

Color information

#180B02 (or 0x180B02) is known color: Black. HEX triplet: 18, 0B and 02. RGB value is (24,11,2). Sum of RGB (Red+Green+Blue) = 24+11+2=37 (4% of max value = 765). Red value is 24 (9.77% from 255 or 64.86% from 37); Green value is 11 (4.69% from 255 or 29.73% from 37); Blue value is 2 (1.17% from 255 or 5.41% from 37); Max value from RGB is 24 - color contains mainly: red. Hex color #180B02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180B02 is #E7F4FD. Grayscale: #0D0D0D. Windows color (decimal): -15201534 or 133912. OLE color: 133912.

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

Color convert

RGB 24 11 2 -
CMYK 0 0.54 0.92 0.91
HSL 24.55º 0.85% 0.05% -
HSV(B) 24.55º 0.92% 0.09% -
XYZ 0.51 0.44 0.12 -
YUV 13.86 121.31 135.23 -
System Red Green Blue C M Y K H S L
Decimal 24 11 2 0 0.54 0.92 0.91 24.55 0.85 0.05
Hex 18 B 2 0 36 5C 5B 19 55 5
Octal 30 13 2 0 66 134 133 31 125 5
Binary 11000 1011 10 0 110110 1011100 1011011 11001 1010101 101

Color Harmonies of #180B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180B02

Black with #180B02

Text Example


Text Example

White with #180B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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