Html Css Color HEX #062031 Black Pearl

📋 copy color: '#062031'

red 6 ◦ green 32 ◦ blue 49

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

Shades of Black Pearl #062031

Tints of Black Pearl #062031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 56.32%

R = 6.9%
G = 36.78%
B = 56.32%

CMYK

 C value IS 0.88

 M value IS 0.35

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#062031 (or 0x062031) is known color: Black Pearl. HEX triplet: 06, 20 and 31. RGB value is (6,32,49). Sum of RGB (Red+Green+Blue) = 6+32+49=87 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.90% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 49 (19.53% from 255 or 56.32% from 87); Max value from RGB is 49 - color contains mainly: blue. Hex color #062031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062031 is #F9DFCE. Grayscale: #1A1A1A. Windows color (decimal): -16375759 or 3219462. OLE color: 3219462.

HSL color Cylindrical-coordinate representation of color #062031: hue angle of 203.72º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #062031 is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 6 32 49 -
CMYK 0.88 0.35 0 0.81
HSL 203.72º 0.78% 0.11% -
HSV(B) 203.72º 0.88% 0.19% -
XYZ 1.15 1.29 3.09 -
YUV 26.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 6 32 49 0.88 0.35 0 0.81 203.72 0.78 0.11
Hex 6 20 31 58 23 0 51 CC 4E B
Octal 6 40 61 130 43 0 121 314 116 13
Binary 110 100000 110001 1011000 100011 0 1010001 11001100 1001110 1011

Color Harmonies of #062031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062031

Black with #062031

Text Example


Text Example

White with #062031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062031; }

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

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

background-color css

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

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

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

border-color css

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

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

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