Html Css Color HEX #061931 Black Pearl

📋 copy color: '#061931'

red 6 ◦ green 25 ◦ blue 49

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

Shades of Black Pearl #061931

Tints of Black Pearl #061931

RGB

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

 GREEN value IS 25 (10.16% from 255) = 31.25%

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

R = 7.5%
G = 31.25%
B = 61.25%

CMYK

 C value IS 0.88

 M value IS 0.49

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#061931 (or 0x061931) is known color: Black Pearl. HEX triplet: 06, 19 and 31. RGB value is (6,25,49). Sum of RGB (Red+Green+Blue) = 6+25+49=80 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.5% from 80); Green value is 25 (10.16% from 255 or 31.25% from 80); Blue value is 49 (19.53% from 255 or 61.25% from 80); Max value from RGB is 49 - color contains mainly: blue. Hex color #061931 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061931 is #F9E6CE. Grayscale: #151515. Windows color (decimal): -16377551 or 3217670. OLE color: 3217670.

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

Color convert

RGB 6 25 49 -
CMYK 0.88 0.49 0 0.81
HSL 213.49º 0.78% 0.11% -
HSV(B) 213.49º 0.88% 0.19% -
XYZ 0.98 0.96 3.04 -
YUV 22.06 143.21 116.55 -
System Red Green Blue C M Y K H S L
Decimal 6 25 49 0.88 0.49 0 0.81 213.49 0.78 0.11
Hex 6 19 31 58 31 0 51 D5 4E B
Octal 6 31 61 130 61 0 121 325 116 13
Binary 110 11001 110001 1011000 110001 0 1010001 11010101 1001110 1011

Color Harmonies of #061931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061931

Black with #061931

Text Example


Text Example

White with #061931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061931; }

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

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

background-color css

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

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

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

border-color css

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

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

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