Html Css Color HEX #061720 Black Pearl

📋 copy color: '#061720'

red 6 ◦ green 23 ◦ blue 32

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

Shades of Black Pearl #061720

Tints of Black Pearl #061720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 37.7%

 BLUE value IS 32 (12.89% from 255) = 52.46%

R = 9.84%
G = 37.7%
B = 52.46%

CMYK

 C value IS 0.81

 M value IS 0.28

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#061720 (or 0x061720) is known color: Black Pearl. HEX triplet: 06, 17 and 20. RGB value is (6,23,32). Sum of RGB (Red+Green+Blue) = 6+23+32=61 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.84% from 61); Green value is 23 (9.38% from 255 or 37.70% from 61); Blue value is 32 (12.89% from 255 or 52.46% from 61); Max value from RGB is 32 - color contains mainly: blue. Hex color #061720 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061720 is #F9E8DF. Grayscale: #121212. Windows color (decimal): -16378080 or 2103046. OLE color: 2103046.

HSL color Cylindrical-coordinate representation of color #061720: hue angle of 200.77º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #061720 is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 6 23 32 -
CMYK 0.81 0.28 0 0.87
HSL 200.77º 0.68% 0.07% -
HSV(B) 200.77º 0.81% 0.13% -
XYZ 0.64 0.76 1.48 -
YUV 18.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 6 23 32 0.81 0.28 0 0.87 200.77 0.68 0.07
Hex 6 17 20 51 1C 0 57 C9 44 7
Octal 6 27 40 121 34 0 127 311 104 7
Binary 110 10111 100000 1010001 11100 0 1010111 11001001 1000100 111

Color Harmonies of #061720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061720

Black with #061720

Text Example


Text Example

White with #061720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061720; }

 p { color: rgb(6,23,32); }

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

background-color css

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

 a { background-color: rgb(6,23,32); }

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

border-color css

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

 span { border-color: rgb(6,23,32); }

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