Html Css Color HEX #01112A Black Pearl

📋 copy color: '#01112A'

red 1 ◦ green 17 ◦ blue 42

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

Shades of Black Pearl #01112A

Tints of Black Pearl #01112A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 70%

R = 1.67%
G = 28.33%
B = 70%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#01112A (or 0x01112A) is known color: Black Pearl. HEX triplet: 01, 11 and 2A. RGB value is (1,17,42). Sum of RGB (Red+Green+Blue) = 1+17+42=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 17 (7.03% from 255 or 28.33% from 60); Blue value is 42 (16.80% from 255 or 70% from 60); Max value from RGB is 42 - color contains mainly: blue. Hex color #01112A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01112A is #FEEED5. Grayscale: #0E0E0E. Windows color (decimal): -16707286 or 2756865. OLE color: 2756865.

HSL color Cylindrical-coordinate representation of color #01112A: hue angle of 216.59º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01112A is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 1 17 42 -
CMYK 0.98 0.60 0 0.84
HSL 216.59º 0.95% 0.08% -
HSV(B) 216.59º 0.98% 0.16% -
XYZ 0.63 0.57 2.27 -
YUV 15.07 143.2 117.97 -
System Red Green Blue C M Y K H S L
Decimal 1 17 42 0.98 0.60 0 0.84 216.59 0.95 0.08
Hex 1 11 2A 62 3C 0 54 D9 5F 8
Octal 1 21 52 142 74 0 124 331 137 10
Binary 1 10001 101010 1100010 111100 0 1010100 11011001 1011111 1000

Color Harmonies of #01112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01112A

Black with #01112A

Text Example


Text Example

White with #01112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01112A; }

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

 H1.HeaderClassName
 {
   color: #01112A;
 }
 .AnyTagClassName
 {
   color: #01112A;
 }
</style>

background-color css

<style>
 a { background-color: #01112A; }

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

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

border-color css

<style>
 span { border-color: #01112A; }

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

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