Html Css Color HEX #01121B Black Pearl

📋 copy color: '#01121B'

red 1 ◦ green 18 ◦ blue 27

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

Shades of Black Pearl #01121B

Tints of Black Pearl #01121B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 58.7%

R = 2.17%
G = 39.13%
B = 58.7%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#01121B (or 0x01121B) is known color: Black Pearl. HEX triplet: 01, 12 and 1B. RGB value is (1,18,27). Sum of RGB (Red+Green+Blue) = 1+18+27=46 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.17% from 46); Green value is 18 (7.42% from 255 or 39.13% from 46); Blue value is 27 (10.94% from 255 or 58.70% from 46); Max value from RGB is 27 - color contains mainly: blue. Hex color #01121B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01121B is #FEEDE4. Grayscale: #0D0D0D. Windows color (decimal): -16707045 or 1774081. OLE color: 1774081.

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

Color convert

RGB 1 18 27 -
CMYK 0.96 0.33 0 0.89
HSL 200.77º 0.93% 0.05% -
HSV(B) 200.77º 0.96% 0.11% -
XYZ 0.43 0.52 1.11 -
YUV 13.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 1 18 27 0.96 0.33 0 0.89 200.77 0.93 0.05
Hex 1 12 1B 60 21 0 59 C9 5D 5
Octal 1 22 33 140 41 0 131 311 135 5
Binary 1 10010 11011 1100000 100001 0 1011001 11001001 1011101 101

Color Harmonies of #01121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01121B

Black with #01121B

Text Example


Text Example

White with #01121B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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