Html Css Color HEX #06161E Black Pearl

📋 copy color: '#06161E'

red 6 ◦ green 22 ◦ blue 30

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

Shades of Black Pearl #06161E

Tints of Black Pearl #06161E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 51.72%

R = 10.34%
G = 37.93%
B = 51.72%

CMYK

 C value IS 0.80

 M value IS 0.27

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#06161E (or 0x06161E) is known color: Black Pearl. HEX triplet: 06, 16 and 1E. RGB value is (6,22,30). Sum of RGB (Red+Green+Blue) = 6+22+30=58 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.34% from 58); Green value is 22 (8.98% from 255 or 37.93% from 58); Blue value is 30 (12.11% from 255 or 51.72% from 58); Max value from RGB is 30 - color contains mainly: blue. Hex color #06161E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06161E is #F9E9E1. Grayscale: #121212. Windows color (decimal): -16378338 or 1971718. OLE color: 1971718.

HSL color Cylindrical-coordinate representation of color #06161E: hue angle of 200º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #06161E is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 6 22 30 -
CMYK 0.80 0.27 0 0.88
HSL 200º 0.67% 0.07% -
HSV(B) 200º 0.8% 0.12% -
XYZ 0.6 0.71 1.33 -
YUV 18.13 134.7 119.35 -
System Red Green Blue C M Y K H S L
Decimal 6 22 30 0.80 0.27 0 0.88 200 0.67 0.07
Hex 6 16 1E 50 1B 0 58 C8 43 7
Octal 6 26 36 120 33 0 130 310 103 7
Binary 110 10110 11110 1010000 11011 0 1011000 11001000 1000011 111

Color Harmonies of #06161E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06161E

Black with #06161E

Text Example


Text Example

White with #06161E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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