Html Css Color HEX #01181E Black Pearl

📋 copy color: '#01181E'

red 1 ◦ green 24 ◦ blue 30

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

Shades of Black Pearl #01181E

Tints of Black Pearl #01181E

RGB

 RED value IS 1 (0.78% from 255) = 1.82%

 GREEN value IS 24 (9.77% from 255) = 43.64%

 BLUE value IS 30 (12.11% from 255) = 54.55%

R = 1.82%
G = 43.64%
B = 54.55%

CMYK

 C value IS 0.97

 M value IS 0.20

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#01181E (or 0x01181E) is known color: Black Pearl. HEX triplet: 01, 18 and 1E. RGB value is (1,24,30). Sum of RGB (Red+Green+Blue) = 1+24+30=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 24 (9.77% from 255 or 43.64% from 55); Blue value is 30 (12.11% from 255 or 54.55% from 55); Max value from RGB is 30 - color contains mainly: blue. Hex color #01181E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01181E is #FEE7E1. Grayscale: #111111. Windows color (decimal): -16705506 or 1972225. OLE color: 1972225.

HSL color Cylindrical-coordinate representation of color #01181E: hue angle of 192.41º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01181E is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 1 24 30 -
CMYK 0.97 0.20 0 0.88
HSL 192.41º 0.94% 0.06% -
HSV(B) 192.41º 0.97% 0.12% -
XYZ 0.57 0.75 1.34 -
YUV 17.81 134.88 116.01 -
System Red Green Blue C M Y K H S L
Decimal 1 24 30 0.97 0.20 0 0.88 192.41 0.94 0.06
Hex 1 18 1E 61 14 0 58 C0 5E 6
Octal 1 30 36 141 24 0 130 300 136 6
Binary 1 11000 11110 1100001 10100 0 1011000 11000000 1011110 110

Color Harmonies of #01181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01181E

Black with #01181E

Text Example


Text Example

White with #01181E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01181E; }

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

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

background-color css

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

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

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

border-color css

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

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

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