Html Css Color HEX #061329 Black Pearl

📋 copy color: '#061329'

red 6 ◦ green 19 ◦ blue 41

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

Shades of Black Pearl #061329

Tints of Black Pearl #061329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 62.12%

R = 9.09%
G = 28.79%
B = 62.12%

CMYK

 C value IS 0.85

 M value IS 0.54

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#061329 (or 0x061329) is known color: Black Pearl. HEX triplet: 06, 13 and 29. RGB value is (6,19,41). Sum of RGB (Red+Green+Blue) = 6+19+41=66 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.09% from 66); Green value is 19 (7.81% from 255 or 28.79% from 66); Blue value is 41 (16.41% from 255 or 62.12% from 66); Max value from RGB is 41 - color contains mainly: blue. Hex color #061329 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061329 is #F9ECD6. Grayscale: #111111. Windows color (decimal): -16379095 or 2691846. OLE color: 2691846.

HSL color Cylindrical-coordinate representation of color #061329: hue angle of 217.71º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #061329 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 6 19 41 -
CMYK 0.85 0.54 0 0.84
HSL 217.71º 0.74% 0.09% -
HSV(B) 217.71º 0.85% 0.16% -
XYZ 0.71 0.66 2.19 -
YUV 17.62 141.19 119.71 -
System Red Green Blue C M Y K H S L
Decimal 6 19 41 0.85 0.54 0 0.84 217.71 0.74 0.09
Hex 6 13 29 55 36 0 54 DA 4A 9
Octal 6 23 51 125 66 0 124 332 112 11
Binary 110 10011 101001 1010101 110110 0 1010100 11011010 1001010 1001

Color Harmonies of #061329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061329

Black with #061329

Text Example


Text Example

White with #061329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061329; }

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

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

background-color css

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

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

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

border-color css

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

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

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