Html Css Color HEX #01121D Black Pearl

📋 copy color: '#01121D'

red 1 ◦ green 18 ◦ blue 29

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

Shades of Black Pearl #01121D

Tints of Black Pearl #01121D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 37.5%

 BLUE value IS 29 (11.72% from 255) = 60.42%

R = 2.08%
G = 37.5%
B = 60.42%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#01121D (or 0x01121D) is known color: Black Pearl. HEX triplet: 01, 12 and 1D. RGB value is (1,18,29). Sum of RGB (Red+Green+Blue) = 1+18+29=48 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.08% from 48); Green value is 18 (7.42% from 255 or 37.5% from 48); Blue value is 29 (11.72% from 255 or 60.42% from 48); Max value from RGB is 29 - color contains mainly: blue. Hex color #01121D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01121D is #FEEDE2. Grayscale: #0E0E0E. Windows color (decimal): -16707043 or 1905153. OLE color: 1905153.

HSL color Cylindrical-coordinate representation of color #01121D: hue angle of 203.57º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01121D is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 1 18 29 -
CMYK 0.97 0.38 0 0.89
HSL 203.57º 0.93% 0.06% -
HSV(B) 203.57º 0.97% 0.11% -
XYZ 0.45 0.53 1.24 -
YUV 14.17 136.37 118.61 -
System Red Green Blue C M Y K H S L
Decimal 1 18 29 0.97 0.38 0 0.89 203.57 0.93 0.06
Hex 1 12 1D 61 26 0 59 CC 5D 6
Octal 1 22 35 141 46 0 131 314 135 6
Binary 1 10010 11101 1100001 100110 0 1011001 11001100 1011101 110

Color Harmonies of #01121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01121D

Black with #01121D

Text Example


Text Example

White with #01121D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01121D; }

 p { color: rgb(1,18,29); }

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

background-color css

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

 a { background-color: rgb(1,18,29); }

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

border-color css

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

 span { border-color: rgb(1,18,29); }

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