Html Css Color HEX #06161D Black Pearl

📋 copy color: '#06161D'

red 6 ◦ green 22 ◦ blue 29

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

Shades of Black Pearl #06161D

Tints of Black Pearl #06161D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 38.6%

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

R = 10.53%
G = 38.6%
B = 50.88%

CMYK

 C value IS 0.79

 M value IS 0.24

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#06161D (or 0x06161D) is known color: Black Pearl. HEX triplet: 06, 16 and 1D. RGB value is (6,22,29). Sum of RGB (Red+Green+Blue) = 6+22+29=57 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.53% from 57); Green value is 22 (8.98% from 255 or 38.60% from 57); Blue value is 29 (11.72% from 255 or 50.88% from 57); Max value from RGB is 29 - color contains mainly: blue. Hex color #06161D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06161D is #F9E9E2. Grayscale: #111111. Windows color (decimal): -16378339 or 1906182. OLE color: 1906182.

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

Color convert

RGB 6 22 29 -
CMYK 0.79 0.24 0 0.89
HSL 198.26º 0.66% 0.07% -
HSV(B) 198.26º 0.79% 0.11% -
XYZ 0.58 0.7 1.27 -
YUV 18.01 134.2 119.43 -
System Red Green Blue C M Y K H S L
Decimal 6 22 29 0.79 0.24 0 0.89 198.26 0.66 0.07
Hex 6 16 1D 4F 18 0 59 C6 42 7
Octal 6 26 35 117 30 0 131 306 102 7
Binary 110 10110 11101 1001111 11000 0 1011001 11000110 1000010 111

Color Harmonies of #06161D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06161D

Black with #06161D

Text Example


Text Example

White with #06161D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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