Html Css Color HEX #061E27 Black Pearl

📋 copy color: '#061E27'

red 6 ◦ green 30 ◦ blue 39

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

Shades of Black Pearl #061E27

Tints of Black Pearl #061E27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 52%

R = 8%
G = 40%
B = 52%

CMYK

 C value IS 0.85

 M value IS 0.23

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#061E27 (or 0x061E27) is known color: Black Pearl. HEX triplet: 06, 1E and 27. RGB value is (6,30,39). Sum of RGB (Red+Green+Blue) = 6+30+39=75 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8% from 75); Green value is 30 (12.11% from 255 or 40% from 75); Blue value is 39 (15.62% from 255 or 52% from 75); Max value from RGB is 39 - color contains mainly: blue. Hex color #061E27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061E27 is #F9E1D8. Grayscale: #171717. Windows color (decimal): -16376281 or 2563590. OLE color: 2563590.

HSL color Cylindrical-coordinate representation of color #061E27: hue angle of 196.36º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #061E27 is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 6 30 39 -
CMYK 0.85 0.23 0 0.85
HSL 196.36º 0.73% 0.09% -
HSV(B) 196.36º 0.85% 0.15% -
XYZ 0.91 1.11 2.09 -
YUV 23.85 136.55 115.27 -
System Red Green Blue C M Y K H S L
Decimal 6 30 39 0.85 0.23 0 0.85 196.36 0.73 0.09
Hex 6 1E 27 55 17 0 55 C4 49 9
Octal 6 36 47 125 27 0 125 304 111 11
Binary 110 11110 100111 1010101 10111 0 1010101 11000100 1001001 1001

Color Harmonies of #061E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061E27

Black with #061E27

Text Example


Text Example

White with #061E27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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