Html Css Color HEX #06101D Black Pearl

📋 copy color: '#06101D'

red 6 ◦ green 16 ◦ blue 29

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

Shades of Black Pearl #06101D

Tints of Black Pearl #06101D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 31.37%

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

R = 11.76%
G = 31.37%
B = 56.86%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#06101D (or 0x06101D) is known color: Black Pearl. HEX triplet: 06, 10 and 1D. RGB value is (6,16,29). Sum of RGB (Red+Green+Blue) = 6+16+29=51 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.76% from 51); Green value is 16 (6.64% from 255 or 31.37% from 51); Blue value is 29 (11.72% from 255 or 56.86% from 51); Max value from RGB is 29 - color contains mainly: blue. Hex color #06101D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06101D is #F9EFE2. Grayscale: #0E0E0E. Windows color (decimal): -16379875 or 1904646. OLE color: 1904646.

HSL color Cylindrical-coordinate representation of color #06101D: hue angle of 213.91º 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 #06101D is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 6 16 29 -
CMYK 0.79 0.45 0 0.89
HSL 213.91º 0.66% 0.07% -
HSV(B) 213.91º 0.79% 0.11% -
XYZ 0.48 0.5 1.23 -
YUV 14.49 136.19 121.94 -
System Red Green Blue C M Y K H S L
Decimal 6 16 29 0.79 0.45 0 0.89 213.91 0.66 0.07
Hex 6 10 1D 4F 2D 0 59 D6 42 7
Octal 6 20 35 117 55 0 131 326 102 7
Binary 110 10000 11101 1001111 101101 0 1011001 11010110 1000010 111

Color Harmonies of #06101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06101D

Black with #06101D

Text Example


Text Example

White with #06101D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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