Html Css Color HEX #01141E Black Pearl

📋 copy color: '#01141E'

red 1 ◦ green 20 ◦ blue 30

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

Shades of Black Pearl #01141E

Tints of Black Pearl #01141E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 39.22%

 BLUE value IS 30 (12.11% from 255) = 58.82%

R = 1.96%
G = 39.22%
B = 58.82%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#01141E (or 0x01141E) is known color: Black Pearl. HEX triplet: 01, 14 and 1E. RGB value is (1,20,30). Sum of RGB (Red+Green+Blue) = 1+20+30=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 20 (8.20% from 255 or 39.22% from 51); Blue value is 30 (12.11% from 255 or 58.82% from 51); Max value from RGB is 30 - color contains mainly: blue. Hex color #01141E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01141E is #FEEBE1. Grayscale: #0F0F0F. Windows color (decimal): -16706530 or 1971201. OLE color: 1971201.

HSL color Cylindrical-coordinate representation of color #01141E: hue angle of 200.69º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01141E is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 1 20 30 -
CMYK 0.97 0.33 0 0.88
HSL 200.69º 0.94% 0.06% -
HSV(B) 200.69º 0.97% 0.12% -
XYZ 0.5 0.6 1.32 -
YUV 15.46 136.21 117.69 -
System Red Green Blue C M Y K H S L
Decimal 1 20 30 0.97 0.33 0 0.88 200.69 0.94 0.06
Hex 1 14 1E 61 21 0 58 C9 5E 6
Octal 1 24 36 141 41 0 130 311 136 6
Binary 1 10100 11110 1100001 100001 0 1011000 11001001 1011110 110

Color Harmonies of #01141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01141E

Black with #01141E

Text Example


Text Example

White with #01141E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01141E; }

 p { color: rgb(1,20,30); }

 H1.HeaderClassName
 {
   color: #01141E;
 }
 .AnyTagClassName
 {
   color: #01141E;
 }
</style>

background-color css

<style>
 a { background-color: #01141E; }

 a { background-color: rgb(1,20,30); }

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

border-color css

<style>
 span { border-color: #01141E; }

 span { border-color: rgb(1,20,30); }

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