Html Css Color HEX #061322 Black Pearl

📋 copy color: '#061322'

red 6 ◦ green 19 ◦ blue 34

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

Shades of Black Pearl #061322

Tints of Black Pearl #061322

RGB

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

 GREEN value IS 19 (7.81% from 255) = 32.2%

 BLUE value IS 34 (13.67% from 255) = 57.63%

R = 10.17%
G = 32.2%
B = 57.63%

CMYK

 C value IS 0.82

 M value IS 0.44

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#061322 (or 0x061322) is known color: Black Pearl. HEX triplet: 06, 13 and 22. RGB value is (6,19,34). Sum of RGB (Red+Green+Blue) = 6+19+34=59 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.17% from 59); Green value is 19 (7.81% from 255 or 32.20% from 59); Blue value is 34 (13.67% from 255 or 57.63% from 59); Max value from RGB is 34 - color contains mainly: blue. Hex color #061322 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061322 is #F9ECDD. Grayscale: #101010. Windows color (decimal): -16379102 or 2233094. OLE color: 2233094.

HSL color Cylindrical-coordinate representation of color #061322: hue angle of 212.14º degrees, saturation: 0.7, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #061322 is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 6 19 34 -
CMYK 0.82 0.44 0 0.87
HSL 212.14º 0.7% 0.08% -
HSV(B) 212.14º 0.82% 0.13% -
XYZ 0.6 0.62 1.6 -
YUV 16.82 137.69 120.28 -
System Red Green Blue C M Y K H S L
Decimal 6 19 34 0.82 0.44 0 0.87 212.14 0.7 0.08
Hex 6 13 22 52 2C 0 57 D4 46 8
Octal 6 23 42 122 54 0 127 324 106 10
Binary 110 10011 100010 1010010 101100 0 1010111 11010100 1000110 1000

Color Harmonies of #061322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061322

Black with #061322

Text Example


Text Example

White with #061322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061322; }

 p { color: rgb(6,19,34); }

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

background-color css

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

 a { background-color: rgb(6,19,34); }

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

border-color css

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

 span { border-color: rgb(6,19,34); }

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