Html Css Color HEX #061E32 Black Pearl

📋 copy color: '#061E32'

red 6 ◦ green 30 ◦ blue 50

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

Shades of Black Pearl #061E32

Tints of Black Pearl #061E32

RGB

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

 GREEN value IS 30 (12.11% from 255) = 34.88%

 BLUE value IS 50 (19.92% from 255) = 58.14%

R = 6.98%
G = 34.88%
B = 58.14%

CMYK

 C value IS 0.88

 M value IS 0.40

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#061E32 (or 0x061E32) is known color: Black Pearl. HEX triplet: 06, 1E and 32. RGB value is (6,30,50). Sum of RGB (Red+Green+Blue) = 6+30+50=86 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.98% from 86); Green value is 30 (12.11% from 255 or 34.88% from 86); Blue value is 50 (19.92% from 255 or 58.14% from 86); Max value from RGB is 50 - color contains mainly: blue. Hex color #061E32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061E32 is #F9E1CD. Grayscale: #191919. Windows color (decimal): -16376270 or 3284486. OLE color: 3284486.

HSL color Cylindrical-coordinate representation of color #061E32: hue angle of 207.27º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #061E32 is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 6 30 50 -
CMYK 0.88 0.40 0 0.80
HSL 207.27º 0.79% 0.11% -
HSV(B) 207.27º 0.88% 0.2% -
XYZ 1.12 1.2 3.19 -
YUV 25.1 142.05 114.37 -
System Red Green Blue C M Y K H S L
Decimal 6 30 50 0.88 0.40 0 0.80 207.27 0.79 0.11
Hex 6 1E 32 58 28 0 50 CF 4F B
Octal 6 36 62 130 50 0 120 317 117 13
Binary 110 11110 110010 1011000 101000 0 1010000 11001111 1001111 1011

Color Harmonies of #061E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061E32

Black with #061E32

Text Example


Text Example

White with #061E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061E32; }

 p { color: rgb(6,30,50); }

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

background-color css

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

 a { background-color: rgb(6,30,50); }

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

border-color css

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

 span { border-color: rgb(6,30,50); }

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