Html Css Color HEX #061C2F Black Pearl

📋 copy color: '#061C2F'

red 6 ◦ green 28 ◦ blue 47

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

Shades of Black Pearl #061C2F

Tints of Black Pearl #061C2F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 34.57%

 BLUE value IS 47 (18.75% from 255) = 58.02%

R = 7.41%
G = 34.57%
B = 58.02%

CMYK

 C value IS 0.87

 M value IS 0.40

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#061C2F (or 0x061C2F) is known color: Black Pearl. HEX triplet: 06, 1C and 2F. RGB value is (6,28,47). Sum of RGB (Red+Green+Blue) = 6+28+47=81 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.41% from 81); Green value is 28 (11.33% from 255 or 34.57% from 81); Blue value is 47 (18.75% from 255 or 58.02% from 81); Max value from RGB is 47 - color contains mainly: blue. Hex color #061C2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061C2F is #F9E3D0. Grayscale: #171717. Windows color (decimal): -16376785 or 3087366. OLE color: 3087366.

HSL color Cylindrical-coordinate representation of color #061C2F: hue angle of 207.8º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #061C2F is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 6 28 47 -
CMYK 0.87 0.40 0 0.82
HSL 207.8º 0.77% 0.1% -
HSV(B) 207.8º 0.87% 0.18% -
XYZ 1 1.07 2.84 -
YUV 23.59 141.21 115.46 -
System Red Green Blue C M Y K H S L
Decimal 6 28 47 0.87 0.40 0 0.82 207.8 0.77 0.1
Hex 6 1C 2F 57 28 0 52 D0 4D A
Octal 6 34 57 127 50 0 122 320 115 12
Binary 110 11100 101111 1010111 101000 0 1010010 11010000 1001101 1010

Color Harmonies of #061C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061C2F

Black with #061C2F

Text Example


Text Example

White with #061C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,28,47); }

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

background-color css

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

 a { background-color: rgb(6,28,47); }

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

border-color css

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

 span { border-color: rgb(6,28,47); }

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