Html Css Color HEX #001114 Black Pearl

📋 copy color: '#001114'

red 0 ◦ green 17 ◦ blue 20

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

Shades of Black Pearl #001114

Tints of Black Pearl #001114

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 20 (8.2% from 255) = 54.05%

R = 0%
G = 45.95%
B = 54.05%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#001114 (or 0x001114) is known color: Black Pearl. HEX triplet: 00, 11 and 14. RGB value is (0,17,20). Sum of RGB (Red+Green+Blue) = 0+17+20=37 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 37); Green value is 17 (7.03% from 255 or 45.95% from 37); Blue value is 20 (8.20% from 255 or 54.05% from 37); Max value from RGB is 20 - color contains mainly: blue. Hex color #001114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001114 is #FFEEEB. Grayscale: #0C0C0C. Windows color (decimal): -16772844 or 1315072. OLE color: 1315072.

HSL color Cylindrical-coordinate representation of color #001114: hue angle of 189º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001114 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 0 17 20 -
CMYK 1 0.15 0 0.92
HSL 189º 1% 0.04% -
HSV(B) 189º 1% 0.08% -
XYZ 0.33 0.45 0.73 -
YUV 12.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 0 17 20 1 0.15 0 0.92 189 1 0.04
Hex 0 11 14 64 F 0 5C BD 64 4
Octal 0 21 24 144 17 0 134 275 144 4
Binary 0 10001 10100 1100100 1111 0 1011100 10111101 1100100 100

Color Harmonies of #001114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001114

Black with #001114

Text Example


Text Example

White with #001114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001114; }

 p { color: rgb(0,17,20); }

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

background-color css

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

 a { background-color: rgb(0,17,20); }

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

border-color css

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

 span { border-color: rgb(0,17,20); }

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