Html Css Color HEX #061D29 Black Pearl

📋 copy color: '#061D29'

red 6 ◦ green 29 ◦ blue 41

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

Shades of Black Pearl #061D29

Tints of Black Pearl #061D29

RGB

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

 GREEN value IS 29 (11.72% from 255) = 38.16%

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

R = 7.89%
G = 38.16%
B = 53.95%

CMYK

 C value IS 0.85

 M value IS 0.29

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#061D29 (or 0x061D29) is known color: Black Pearl. HEX triplet: 06, 1D and 29. RGB value is (6,29,41). Sum of RGB (Red+Green+Blue) = 6+29+41=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 29 (11.72% from 255 or 38.16% from 76); Blue value is 41 (16.41% from 255 or 53.95% from 76); Max value from RGB is 41 - color contains mainly: blue. Hex color #061D29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061D29 is #F9E2D6. Grayscale: #171717. Windows color (decimal): -16376535 or 2694406. OLE color: 2694406.

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

Color convert

RGB 6 29 41 -
CMYK 0.85 0.29 0 0.84
HSL 200.57º 0.74% 0.09% -
HSV(B) 200.57º 0.85% 0.16% -
XYZ 0.91 1.08 2.26 -
YUV 23.49 137.88 115.52 -
System Red Green Blue C M Y K H S L
Decimal 6 29 41 0.85 0.29 0 0.84 200.57 0.74 0.09
Hex 6 1D 29 55 1D 0 54 C9 4A 9
Octal 6 35 51 125 35 0 124 311 112 11
Binary 110 11101 101001 1010101 11101 0 1010100 11001001 1001010 1001

Color Harmonies of #061D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061D29

Black with #061D29

Text Example


Text Example

White with #061D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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