Html Css Color HEX #06111D Black Pearl

📋 copy color: '#06111D'

red 6 ◦ green 17 ◦ blue 29

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

Shades of Black Pearl #06111D

Tints of Black Pearl #06111D

RGB

 RED value IS 6 (2.73% from 255) = 11.54%

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

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

R = 11.54%
G = 32.69%
B = 55.77%

CMYK

 C value IS 0.79

 M value IS 0.41

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#06111D (or 0x06111D) is known color: Black Pearl. HEX triplet: 06, 11 and 1D. RGB value is (6,17,29). Sum of RGB (Red+Green+Blue) = 6+17+29=52 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.54% from 52); Green value is 17 (7.03% from 255 or 32.69% from 52); Blue value is 29 (11.72% from 255 or 55.77% from 52); Max value from RGB is 29 - color contains mainly: blue. Hex color #06111D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06111D is #F9EEE2. Grayscale: #0F0F0F. Windows color (decimal): -16379619 or 1904902. OLE color: 1904902.

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

Color convert

RGB 6 17 29 -
CMYK 0.79 0.41 0 0.89
HSL 211.3º 0.66% 0.07% -
HSV(B) 211.3º 0.79% 0.11% -
XYZ 0.5 0.53 1.24 -
YUV 15.08 135.86 121.52 -
System Red Green Blue C M Y K H S L
Decimal 6 17 29 0.79 0.41 0 0.89 211.3 0.66 0.07
Hex 6 11 1D 4F 29 0 59 D3 42 7
Octal 6 21 35 117 51 0 131 323 102 7
Binary 110 10001 11101 1001111 101001 0 1011001 11010011 1000010 111

Color Harmonies of #06111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06111D

Black with #06111D

Text Example


Text Example

White with #06111D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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