Html Css Color HEX #062028 Black Pearl

📋 copy color: '#062028'

red 6 ◦ green 32 ◦ blue 40

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

Shades of Black Pearl #062028

Tints of Black Pearl #062028

RGB

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

 GREEN value IS 32 (12.89% from 255) = 41.03%

 BLUE value IS 40 (16.02% from 255) = 51.28%

R = 7.69%
G = 41.03%
B = 51.28%

CMYK

 C value IS 0.85

 M value IS 0.20

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#062028 (or 0x062028) is known color: Black Pearl. HEX triplet: 06, 20 and 28. RGB value is (6,32,40). Sum of RGB (Red+Green+Blue) = 6+32+40=78 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.69% from 78); Green value is 32 (12.89% from 255 or 41.03% from 78); Blue value is 40 (16.02% from 255 or 51.28% from 78); Max value from RGB is 40 - color contains mainly: blue. Hex color #062028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062028 is #F9DFD7. Grayscale: #191919. Windows color (decimal): -16375768 or 2629638. OLE color: 2629638.

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

Color convert

RGB 6 32 40 -
CMYK 0.85 0.20 0 0.84
HSL 194.12º 0.74% 0.09% -
HSV(B) 194.12º 0.85% 0.16% -
XYZ 0.97 1.22 2.19 -
YUV 25.14 136.39 114.35 -
System Red Green Blue C M Y K H S L
Decimal 6 32 40 0.85 0.20 0 0.84 194.12 0.74 0.09
Hex 6 20 28 55 14 0 54 C2 4A 9
Octal 6 40 50 125 24 0 124 302 112 11
Binary 110 100000 101000 1010101 10100 0 1010100 11000010 1001010 1001

Color Harmonies of #062028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062028

Black with #062028

Text Example


Text Example

White with #062028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062028; }

 p { color: rgb(6,32,40); }

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

background-color css

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

 a { background-color: rgb(6,32,40); }

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

border-color css

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

 span { border-color: rgb(6,32,40); }

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