Html Css Color HEX #062531 Black Pearl

📋 copy color: '#062531'

red 6 ◦ green 37 ◦ blue 49

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

Shades of Black Pearl #062531

Tints of Black Pearl #062531

RGB

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

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

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

R = 6.52%
G = 40.22%
B = 53.26%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#062531 (or 0x062531) is known color: Black Pearl. HEX triplet: 06, 25 and 31. RGB value is (6,37,49). Sum of RGB (Red+Green+Blue) = 6+37+49=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 37 (14.84% from 255 or 40.22% from 92); Blue value is 49 (19.53% from 255 or 53.26% from 92); Max value from RGB is 49 - color contains mainly: blue. Hex color #062531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062531 is #F9DACE. Grayscale: #1D1D1D. Windows color (decimal): -16374479 or 3220742. OLE color: 3220742.

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

Color convert

RGB 6 37 49 -
CMYK 0.88 0.24 0 0.81
HSL 196.74º 0.78% 0.11% -
HSV(B) 196.74º 0.88% 0.19% -
XYZ 1.29 1.58 3.14 -
YUV 29.1 139.23 111.52 -
System Red Green Blue C M Y K H S L
Decimal 6 37 49 0.88 0.24 0 0.81 196.74 0.78 0.11
Hex 6 25 31 58 18 0 51 C5 4E B
Octal 6 45 61 130 30 0 121 305 116 13
Binary 110 100101 110001 1011000 11000 0 1010001 11000101 1001110 1011

Color Harmonies of #062531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062531

Black with #062531

Text Example


Text Example

White with #062531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062531; }

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

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

background-color css

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

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

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

border-color css

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

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

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