Html Css Color HEX #00111D Black Pearl

📋 copy color: '#00111D'

red 0 ◦ green 17 ◦ blue 29

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

Shades of Black Pearl #00111D

Tints of Black Pearl #00111D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 63.04%

R = 0%
G = 36.96%
B = 63.04%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#00111D (or 0x00111D) is known color: Black Pearl. HEX triplet: 00, 11 and 1D. RGB value is (0,17,29). Sum of RGB (Red+Green+Blue) = 0+17+29=46 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 46); Green value is 17 (7.03% from 255 or 36.96% from 46); Blue value is 29 (11.72% from 255 or 63.04% from 46); Max value from RGB is 29 - color contains mainly: blue. Hex color #00111D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00111D is #FFEEE2. Grayscale: #0D0D0D. Windows color (decimal): -16772835 or 1904896. OLE color: 1904896.

HSL color Cylindrical-coordinate representation of color #00111D: hue angle of 204.83º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00111D is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 0 17 29 -
CMYK 1 0.41 0 0.89
HSL 204.83º 1% 0.06% -
HSV(B) 204.83º 1% 0.11% -
XYZ 0.42 0.49 1.23 -
YUV 13.29 136.87 118.52 -
System Red Green Blue C M Y K H S L
Decimal 0 17 29 1 0.41 0 0.89 204.83 1 0.06
Hex 0 11 1D 64 29 0 59 CD 64 6
Octal 0 21 35 144 51 0 131 315 144 6
Binary 0 10001 11101 1100100 101001 0 1011001 11001101 1100100 110

Color Harmonies of #00111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00111D

Black with #00111D

Text Example


Text Example

White with #00111D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00111D; }

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

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

background-color css

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

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

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

border-color css

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

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

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