Html Css Color HEX #062131 Black Pearl

📋 copy color: '#062131'

red 6 ◦ green 33 ◦ blue 49

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

Shades of Black Pearl #062131

Tints of Black Pearl #062131

RGB

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

 GREEN value IS 33 (13.28% from 255) = 37.5%

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

R = 6.82%
G = 37.5%
B = 55.68%

CMYK

 C value IS 0.88

 M value IS 0.33

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#062131 (or 0x062131) is known color: Black Pearl. HEX triplet: 06, 21 and 31. RGB value is (6,33,49). Sum of RGB (Red+Green+Blue) = 6+33+49=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 49 (19.53% from 255 or 55.68% from 88); Max value from RGB is 49 - color contains mainly: blue. Hex color #062131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062131 is #F9DECE. Grayscale: #1A1A1A. Windows color (decimal): -16375503 or 3219718. OLE color: 3219718.

HSL color Cylindrical-coordinate representation of color #062131: hue angle of 202.33º 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 #062131 is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 6 33 49 -
CMYK 0.88 0.33 0 0.81
HSL 202.33º 0.78% 0.11% -
HSV(B) 202.33º 0.88% 0.19% -
XYZ 1.17 1.35 3.1 -
YUV 26.75 140.55 113.2 -
System Red Green Blue C M Y K H S L
Decimal 6 33 49 0.88 0.33 0 0.81 202.33 0.78 0.11
Hex 6 21 31 58 21 0 51 CA 4E B
Octal 6 41 61 130 41 0 121 312 116 13
Binary 110 100001 110001 1011000 100001 0 1010001 11001010 1001110 1011

Color Harmonies of #062131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062131

Black with #062131

Text Example


Text Example

White with #062131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062131; }

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

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

background-color css

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

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

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

border-color css

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

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

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