Html Css Color HEX #061C2E Black Pearl

📋 copy color: '#061C2E'

red 6 ◦ green 28 ◦ blue 46

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

Shades of Black Pearl #061C2E

Tints of Black Pearl #061C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 57.5%

R = 7.5%
G = 35%
B = 57.5%

CMYK

 C value IS 0.87

 M value IS 0.39

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#061C2E (or 0x061C2E) is known color: Black Pearl. HEX triplet: 06, 1C and 2E. RGB value is (6,28,46). Sum of RGB (Red+Green+Blue) = 6+28+46=80 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.5% from 80); Green value is 28 (11.33% from 255 or 35% from 80); Blue value is 46 (18.36% from 255 or 57.5% from 80); Max value from RGB is 46 - color contains mainly: blue. Hex color #061C2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061C2E is #F9E3D1. Grayscale: #171717. Windows color (decimal): -16376786 or 3021830. OLE color: 3021830.

HSL color Cylindrical-coordinate representation of color #061C2E: hue angle of 207º 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 #061C2E is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 6 28 46 -
CMYK 0.87 0.39 0 0.82
HSL 207º 0.77% 0.1% -
HSV(B) 207º 0.87% 0.18% -
XYZ 0.98 1.07 2.74 -
YUV 23.47 140.71 115.54 -
System Red Green Blue C M Y K H S L
Decimal 6 28 46 0.87 0.39 0 0.82 207 0.77 0.1
Hex 6 1C 2E 57 27 0 52 CF 4D A
Octal 6 34 56 127 47 0 122 317 115 12
Binary 110 11100 101110 1010111 100111 0 1010010 11001111 1001101 1010

Color Harmonies of #061C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061C2E

Black with #061C2E

Text Example


Text Example

White with #061C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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