Html Css Color HEX #062529 Black Pearl

📋 copy color: '#062529'

red 6 ◦ green 37 ◦ blue 41

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

Shades of Black Pearl #062529

Tints of Black Pearl #062529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 44.05%

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

R = 7.14%
G = 44.05%
B = 48.81%

CMYK

 C value IS 0.85

 M value IS 0.10

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#062529 (or 0x062529) is known color: Black Pearl. HEX triplet: 06, 25 and 29. RGB value is (6,37,41). Sum of RGB (Red+Green+Blue) = 6+37+41=84 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.14% from 84); Green value is 37 (14.84% from 255 or 44.05% from 84); Blue value is 41 (16.41% from 255 or 48.81% from 84); Max value from RGB is 41 - color contains mainly: blue. Hex color #062529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062529 is #F9DAD6. Grayscale: #1C1C1C. Windows color (decimal): -16374487 or 2696454. OLE color: 2696454.

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

Color convert

RGB 6 37 41 -
CMYK 0.85 0.10 0 0.84
HSL 186.86º 0.74% 0.09% -
HSV(B) 186.86º 0.85% 0.16% -
XYZ 1.14 1.52 2.33 -
YUV 28.19 135.23 112.17 -
System Red Green Blue C M Y K H S L
Decimal 6 37 41 0.85 0.10 0 0.84 186.86 0.74 0.09
Hex 6 25 29 55 A 0 54 BB 4A 9
Octal 6 45 51 125 12 0 124 273 112 11
Binary 110 100101 101001 1010101 1010 0 1010100 10111011 1001010 1001

Color Harmonies of #062529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062529

Black with #062529

Text Example


Text Example

White with #062529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062529; }

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

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

background-color css

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

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

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

border-color css

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

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

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