Html Css Color HEX #061E36 Black Pearl

📋 copy color: '#061E36'

red 6 ◦ green 30 ◦ blue 54

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

Shades of Black Pearl #061E36

Tints of Black Pearl #061E36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 60%

R = 6.67%
G = 33.33%
B = 60%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#061E36 (or 0x061E36) is known color: Black Pearl. HEX triplet: 06, 1E and 36. RGB value is (6,30,54). Sum of RGB (Red+Green+Blue) = 6+30+54=90 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.67% from 90); Green value is 30 (12.11% from 255 or 33.33% from 90); Blue value is 54 (21.48% from 255 or 60% from 90); Max value from RGB is 54 - color contains mainly: blue. Hex color #061E36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061E36 is #F9E1C9. Grayscale: #191919. Windows color (decimal): -16376266 or 3546630. OLE color: 3546630.

HSL color Cylindrical-coordinate representation of color #061E36: hue angle of 210º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #061E36 is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 6 30 54 -
CMYK 0.89 0.44 0 0.79
HSL 210º 0.8% 0.12% -
HSV(B) 210º 0.89% 0.21% -
XYZ 1.21 1.23 3.66 -
YUV 25.56 144.05 114.05 -
System Red Green Blue C M Y K H S L
Decimal 6 30 54 0.89 0.44 0 0.79 210 0.8 0.12
Hex 6 1E 36 59 2C 0 4F D2 50 C
Octal 6 36 66 131 54 0 117 322 120 14
Binary 110 11110 110110 1011001 101100 0 1001111 11010010 1010000 1100

Color Harmonies of #061E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061E36

Black with #061E36

Text Example


Text Example

White with #061E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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