Html Css Color HEX #06161B Black Pearl

📋 copy color: '#06161B'

red 6 ◦ green 22 ◦ blue 27

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

Shades of Black Pearl #06161B

Tints of Black Pearl #06161B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 49.09%

R = 10.91%
G = 40%
B = 49.09%

CMYK

 C value IS 0.78

 M value IS 0.19

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#06161B (or 0x06161B) is known color: Black Pearl. HEX triplet: 06, 16 and 1B. RGB value is (6,22,27). Sum of RGB (Red+Green+Blue) = 6+22+27=55 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.91% from 55); Green value is 22 (8.98% from 255 or 40% from 55); Blue value is 27 (10.94% from 255 or 49.09% from 55); Max value from RGB is 27 - color contains mainly: blue. Hex color #06161B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06161B is #F9E9E4. Grayscale: #111111. Windows color (decimal): -16378341 or 1775110. OLE color: 1775110.

HSL color Cylindrical-coordinate representation of color #06161B: hue angle of 194.29º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #06161B is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 6 22 27 -
CMYK 0.78 0.19 0 0.89
HSL 194.29º 0.64% 0.06% -
HSV(B) 194.29º 0.78% 0.11% -
XYZ 0.56 0.69 1.14 -
YUV 17.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 6 22 27 0.78 0.19 0 0.89 194.29 0.64 0.06
Hex 6 16 1B 4E 13 0 59 C2 40 6
Octal 6 26 33 116 23 0 131 302 100 6
Binary 110 10110 11011 1001110 10011 0 1011001 11000010 1000000 110

Color Harmonies of #06161B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06161B

Black with #06161B

Text Example


Text Example

White with #06161B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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