Html Css Color HEX #01111C Black Pearl

📋 copy color: '#01111C'

red 1 ◦ green 17 ◦ blue 28

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

Shades of Black Pearl #01111C

Tints of Black Pearl #01111C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 36.96%

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

R = 2.17%
G = 36.96%
B = 60.87%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#01111C (or 0x01111C) is known color: Black Pearl. HEX triplet: 01, 11 and 1C. RGB value is (1,17,28). Sum of RGB (Red+Green+Blue) = 1+17+28=46 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.17% from 46); Green value is 17 (7.03% from 255 or 36.96% from 46); Blue value is 28 (11.33% from 255 or 60.87% from 46); Max value from RGB is 28 - color contains mainly: blue. Hex color #01111C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01111C is #FEEEE3. Grayscale: #0D0D0D. Windows color (decimal): -16707300 or 1839361. OLE color: 1839361.

HSL color Cylindrical-coordinate representation of color #01111C: hue angle of 204.44º 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 #01111C is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 1 17 28 -
CMYK 0.96 0.39 0 0.89
HSL 204.44º 0.93% 0.06% -
HSV(B) 204.44º 0.96% 0.11% -
XYZ 0.42 0.49 1.17 -
YUV 13.47 136.2 119.11 -
System Red Green Blue C M Y K H S L
Decimal 1 17 28 0.96 0.39 0 0.89 204.44 0.93 0.06
Hex 1 11 1C 60 27 0 59 CC 5D 6
Octal 1 21 34 140 47 0 131 314 135 6
Binary 1 10001 11100 1100000 100111 0 1011001 11001100 1011101 110

Color Harmonies of #01111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01111C

Black with #01111C

Text Example


Text Example

White with #01111C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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