Html Css Color HEX #01101C Black Pearl

📋 copy color: '#01101C'

red 1 ◦ green 16 ◦ blue 28

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

Shades of Black Pearl #01101C

Tints of Black Pearl #01101C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 35.56%

 BLUE value IS 28 (11.33% from 255) = 62.22%

R = 2.22%
G = 35.56%
B = 62.22%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#01101C (or 0x01101C) is known color: Black Pearl. HEX triplet: 01, 10 and 1C. RGB value is (1,16,28). Sum of RGB (Red+Green+Blue) = 1+16+28=45 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.22% from 45); Green value is 16 (6.64% from 255 or 35.56% from 45); Blue value is 28 (11.33% from 255 or 62.22% from 45); Max value from RGB is 28 - color contains mainly: blue. Hex color #01101C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01101C is #FEEFE3. Grayscale: #0C0C0C. Windows color (decimal): -16707556 or 1839105. OLE color: 1839105.

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

Color convert

RGB 1 16 28 -
CMYK 0.96 0.43 0 0.89
HSL 206.67º 0.93% 0.06% -
HSV(B) 206.67º 0.96% 0.11% -
XYZ 0.41 0.46 1.17 -
YUV 12.88 136.53 119.52 -
System Red Green Blue C M Y K H S L
Decimal 1 16 28 0.96 0.43 0 0.89 206.67 0.93 0.06
Hex 1 10 1C 60 2B 0 59 CF 5D 6
Octal 1 20 34 140 53 0 131 317 135 6
Binary 1 10000 11100 1100000 101011 0 1011001 11001111 1011101 110

Color Harmonies of #01101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01101C

Black with #01101C

Text Example


Text Example

White with #01101C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01101C; }

 p { color: rgb(1,16,28); }

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

background-color css

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

 a { background-color: rgb(1,16,28); }

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

border-color css

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

 span { border-color: rgb(1,16,28); }

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