Html Css Color HEX #062631 Black Pearl

📋 copy color: '#062631'

red 6 ◦ green 38 ◦ blue 49

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

Shades of Black Pearl #062631

Tints of Black Pearl #062631

RGB

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

 GREEN value IS 38 (15.23% from 255) = 40.86%

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

R = 6.45%
G = 40.86%
B = 52.69%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#062631 (or 0x062631) is known color: Black Pearl. HEX triplet: 06, 26 and 31. RGB value is (6,38,49). Sum of RGB (Red+Green+Blue) = 6+38+49=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 38 (15.23% from 255 or 40.86% from 93); Blue value is 49 (19.53% from 255 or 52.69% from 93); Max value from RGB is 49 - color contains mainly: blue. Hex color #062631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062631 is #F9D9CE. Grayscale: #1D1D1D. Windows color (decimal): -16374223 or 3220998. OLE color: 3220998.

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

Color convert

RGB 6 38 49 -
CMYK 0.88 0.22 0 0.81
HSL 195.35º 0.78% 0.11% -
HSV(B) 195.35º 0.88% 0.19% -
XYZ 1.32 1.65 3.15 -
YUV 29.69 138.9 111.11 -
System Red Green Blue C M Y K H S L
Decimal 6 38 49 0.88 0.22 0 0.81 195.35 0.78 0.11
Hex 6 26 31 58 16 0 51 C3 4E B
Octal 6 46 61 130 26 0 121 303 116 13
Binary 110 100110 110001 1011000 10110 0 1010001 11000011 1001110 1011

Color Harmonies of #062631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062631

Black with #062631

Text Example


Text Example

White with #062631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062631; }

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

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

background-color css

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

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

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

border-color css

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

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

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