Html Css Color HEX #061A29 Black Pearl

📋 copy color: '#061A29'

red 6 ◦ green 26 ◦ blue 41

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

Shades of Black Pearl #061A29

Tints of Black Pearl #061A29

RGB

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

 GREEN value IS 26 (10.55% from 255) = 35.62%

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

R = 8.22%
G = 35.62%
B = 56.16%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#061A29 (or 0x061A29) is known color: Black Pearl. HEX triplet: 06, 1A and 29. RGB value is (6,26,41). Sum of RGB (Red+Green+Blue) = 6+26+41=73 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.22% from 73); Green value is 26 (10.55% from 255 or 35.62% from 73); Blue value is 41 (16.41% from 255 or 56.16% from 73); Max value from RGB is 41 - color contains mainly: blue. Hex color #061A29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061A29 is #F9E5D6. Grayscale: #151515. Windows color (decimal): -16377303 or 2693638. OLE color: 2693638.

HSL color Cylindrical-coordinate representation of color #061A29: hue angle of 205.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 #061A29 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 6 26 41 -
CMYK 0.85 0.37 0 0.84
HSL 205.71º 0.74% 0.09% -
HSV(B) 205.71º 0.85% 0.16% -
XYZ 0.84 0.94 2.23 -
YUV 21.73 138.87 116.78 -
System Red Green Blue C M Y K H S L
Decimal 6 26 41 0.85 0.37 0 0.84 205.71 0.74 0.09
Hex 6 1A 29 55 25 0 54 CE 4A 9
Octal 6 32 51 125 45 0 124 316 112 11
Binary 110 11010 101001 1010101 100101 0 1010100 11001110 1001010 1001

Color Harmonies of #061A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061A29

Black with #061A29

Text Example


Text Example

White with #061A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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