Html Css Color HEX #061F28 Black Pearl

📋 copy color: '#061F28'

red 6 ◦ green 31 ◦ blue 40

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

Shades of Black Pearl #061F28

Tints of Black Pearl #061F28

RGB

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

 GREEN value IS 31 (12.5% from 255) = 40.26%

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

R = 7.79%
G = 40.26%
B = 51.95%

CMYK

 C value IS 0.85

 M value IS 0.22

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#061F28 (or 0x061F28) is known color: Black Pearl. HEX triplet: 06, 1F and 28. RGB value is (6,31,40). Sum of RGB (Red+Green+Blue) = 6+31+40=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 31 (12.5% from 255 or 40.26% from 77); Blue value is 40 (16.02% from 255 or 51.95% from 77); Max value from RGB is 40 - color contains mainly: blue. Hex color #061F28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061F28 is #F9E0D7. Grayscale: #181818. Windows color (decimal): -16376024 or 2629382. OLE color: 2629382.

HSL color Cylindrical-coordinate representation of color #061F28: hue angle of 195.88º 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 #061F28 is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 6 31 40 -
CMYK 0.85 0.22 0 0.84
HSL 195.88º 0.74% 0.09% -
HSV(B) 195.88º 0.85% 0.16% -
XYZ 0.95 1.17 2.18 -
YUV 24.55 136.72 114.77 -
System Red Green Blue C M Y K H S L
Decimal 6 31 40 0.85 0.22 0 0.84 195.88 0.74 0.09
Hex 6 1F 28 55 16 0 54 C4 4A 9
Octal 6 37 50 125 26 0 124 304 112 11
Binary 110 11111 101000 1010101 10110 0 1010100 11000100 1001010 1001

Color Harmonies of #061F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061F28

Black with #061F28

Text Example


Text Example

White with #061F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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