Html Css Color HEX #061C29 Black Pearl

📋 copy color: '#061C29'

red 6 ◦ green 28 ◦ blue 41

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

Shades of Black Pearl #061C29

Tints of Black Pearl #061C29

RGB

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

 GREEN value IS 28 (11.33% from 255) = 37.33%

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

R = 8%
G = 37.33%
B = 54.67%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#061C29 (or 0x061C29) is known color: Black Pearl. HEX triplet: 06, 1C and 29. RGB value is (6,28,41). Sum of RGB (Red+Green+Blue) = 6+28+41=75 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8% from 75); Green value is 28 (11.33% from 255 or 37.33% from 75); Blue value is 41 (16.41% from 255 or 54.67% from 75); Max value from RGB is 41 - color contains mainly: blue. Hex color #061C29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061C29 is #F9E3D6. Grayscale: #161616. Windows color (decimal): -16376791 or 2694150. OLE color: 2694150.

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

Color convert

RGB 6 28 41 -
CMYK 0.85 0.32 0 0.84
HSL 202.29º 0.74% 0.09% -
HSV(B) 202.29º 0.85% 0.16% -
XYZ 0.89 1.03 2.25 -
YUV 22.9 138.21 115.94 -
System Red Green Blue C M Y K H S L
Decimal 6 28 41 0.85 0.32 0 0.84 202.29 0.74 0.09
Hex 6 1C 29 55 20 0 54 CA 4A 9
Octal 6 34 51 125 40 0 124 312 112 11
Binary 110 11100 101001 1010101 100000 0 1010100 11001010 1001010 1001

Color Harmonies of #061C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061C29

Black with #061C29

Text Example


Text Example

White with #061C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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