#061831

Color #061831 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #061831

Tints of Black Pearl #061831

Color information

#061831 (or 0x061831) is unknown color: approx Black Pearl. HEX triplet: 06, 18 and 31. RGB value is (6,24,49). Sum of RGB (Red+Green+Blue) = 6+24+49=79 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.59% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 49 (19.53% from 255 or 62.03% from 79); Max value from RGB is 49 - color contains mainly: blue. Hex color #061831 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061831 is #F9E7CE. Grayscale: #151515. Windows color (decimal): -16377807 or 3217414. OLE color: 3217414.

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

Color convert

RGB62449-
CMYK0.880.5100.81
HSL214.88º78.18%10.78%-
HSV(B)214.88º87.76%19.22%-
XYZ0.960.913.03-
YUV21.47143.54116.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.59%
GREEN value IS 24 (9.77% from 255) = 30.38%
BLUE value IS 49 (19.53% from 255) = 62.03%
R=7.59%
G=30.38%
B=62.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal624490.880.5100.81214.8878.1810.78
Hex618315833051d74eb
Octal6306113063012132711613
Binary110110001100011011000110011010100011101011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061831; }

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

 H1.HeaderClassName
 {
   color: #061831;
 }
 .AnyTagClassName
 {
   color: #061831;
 }
</style>
background-color css

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

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

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

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

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

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