Html Css Color HEX #061A1C Black Pearl

📋 copy color: '#061A1C'

red 6 ◦ green 26 ◦ blue 28

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

Shades of Black Pearl #061A1C

Tints of Black Pearl #061A1C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 43.33%

 BLUE value IS 28 (11.33% from 255) = 46.67%

R = 10%
G = 43.33%
B = 46.67%

CMYK

 C value IS 0.79

 M value IS 0.07

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#061A1C (or 0x061A1C) is known color: Black Pearl. HEX triplet: 06, 1A and 1C. RGB value is (6,26,28). Sum of RGB (Red+Green+Blue) = 6+26+28=60 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10% from 60); Green value is 26 (10.55% from 255 or 43.33% from 60); Blue value is 28 (11.33% from 255 or 46.67% from 60); Max value from RGB is 28 - color contains mainly: blue. Hex color #061A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061A1C is #F9E5E3. Grayscale: #141414. Windows color (decimal): -16377316 or 1841670. OLE color: 1841670.

HSL color Cylindrical-coordinate representation of color #061A1C: hue angle of 185.45º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #061A1C is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 6 26 28 -
CMYK 0.79 0.07 0 0.89
HSL 185.45º 0.65% 0.07% -
HSV(B) 185.45º 0.79% 0.11% -
XYZ 0.65 0.86 1.23 -
YUV 20.25 132.37 117.84 -
System Red Green Blue C M Y K H S L
Decimal 6 26 28 0.79 0.07 0 0.89 185.45 0.65 0.07
Hex 6 1A 1C 4F 7 0 59 B9 41 7
Octal 6 32 34 117 7 0 131 271 101 7
Binary 110 11010 11100 1001111 111 0 1011001 10111001 1000001 111

Color Harmonies of #061A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061A1C

Black with #061A1C

Text Example


Text Example

White with #061A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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