Html Css Color HEX #061E28 Black Pearl

📋 copy color: '#061E28'

red 6 ◦ green 30 ◦ blue 40

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

Shades of Black Pearl #061E28

Tints of Black Pearl #061E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 52.63%

R = 7.89%
G = 39.47%
B = 52.63%

CMYK

 C value IS 0.85

 M value IS 0.25

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#061E28 (or 0x061E28) is known color: Black Pearl. HEX triplet: 06, 1E and 28. RGB value is (6,30,40). Sum of RGB (Red+Green+Blue) = 6+30+40=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 30 (12.11% from 255 or 39.47% from 76); Blue value is 40 (16.02% from 255 or 52.63% from 76); Max value from RGB is 40 - color contains mainly: blue. Hex color #061E28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061E28 is #F9E1D7. Grayscale: #171717. Windows color (decimal): -16376280 or 2629126. OLE color: 2629126.

HSL color Cylindrical-coordinate representation of color #061E28: hue angle of 197.65º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #061E28 is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 6 30 40 -
CMYK 0.85 0.25 0 0.84
HSL 197.65º 0.74% 0.09% -
HSV(B) 197.65º 0.85% 0.16% -
XYZ 0.92 1.12 2.18 -
YUV 23.96 137.05 115.19 -
System Red Green Blue C M Y K H S L
Decimal 6 30 40 0.85 0.25 0 0.84 197.65 0.74 0.09
Hex 6 1E 28 55 19 0 54 C6 4A 9
Octal 6 36 50 125 31 0 124 306 112 11
Binary 110 11110 101000 1010101 11001 0 1010100 11000110 1001010 1001

Color Harmonies of #061E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061E28

Black with #061E28

Text Example


Text Example

White with #061E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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