Html Css Color HEX #06161A Black Pearl

📋 copy color: '#06161A'

red 6 ◦ green 22 ◦ blue 26

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

Shades of Black Pearl #06161A

Tints of Black Pearl #06161A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 48.15%

R = 11.11%
G = 40.74%
B = 48.15%

CMYK

 C value IS 0.77

 M value IS 0.15

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#06161A (or 0x06161A) is known color: Black Pearl. HEX triplet: 06, 16 and 1A. RGB value is (6,22,26). Sum of RGB (Red+Green+Blue) = 6+22+26=54 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.11% from 54); Green value is 22 (8.98% from 255 or 40.74% from 54); Blue value is 26 (10.55% from 255 or 48.15% from 54); Max value from RGB is 26 - color contains mainly: blue. Hex color #06161A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06161A is #F9E9E5. Grayscale: #111111. Windows color (decimal): -16378342 or 1709574. OLE color: 1709574.

HSL color Cylindrical-coordinate representation of color #06161A: hue angle of 192º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #06161A is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 6 22 26 -
CMYK 0.77 0.15 0 0.90
HSL 192º 0.63% 0.06% -
HSV(B) 192º 0.77% 0.1% -
XYZ 0.55 0.69 1.08 -
YUV 17.67 132.7 119.67 -
System Red Green Blue C M Y K H S L
Decimal 6 22 26 0.77 0.15 0 0.90 192 0.63 0.06
Hex 6 16 1A 4D F 0 5A C0 3E 6
Octal 6 26 32 115 17 0 132 300 76 6
Binary 110 10110 11010 1001101 1111 0 1011010 11000000 111110 110

Color Harmonies of #06161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06161A

Black with #06161A

Text Example


Text Example

White with #06161A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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