Html Css Color HEX #061C1D Black Pearl

📋 copy color: '#061C1D'

red 6 ◦ green 28 ◦ blue 29

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

Shades of Black Pearl #061C1D

Tints of Black Pearl #061C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 46.03%

R = 9.52%
G = 44.44%
B = 46.03%

CMYK

 C value IS 0.79

 M value IS 0.03

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#061C1D (or 0x061C1D) is known color: Black Pearl. HEX triplet: 06, 1C and 1D. RGB value is (6,28,29). Sum of RGB (Red+Green+Blue) = 6+28+29=63 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.52% from 63); Green value is 28 (11.33% from 255 or 44.44% from 63); Blue value is 29 (11.72% from 255 or 46.03% from 63); Max value from RGB is 29 - color contains mainly: blue. Hex color #061C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061C1D is #F9E3E2. Grayscale: #151515. Windows color (decimal): -16376803 or 1907718. OLE color: 1907718.

HSL color Cylindrical-coordinate representation of color #061C1D: hue angle of 182.61º degrees, saturation: 0.66, 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 #061C1D is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 6 28 29 -
CMYK 0.79 0.03 0 0.89
HSL 182.61º 0.66% 0.07% -
HSV(B) 182.61º 0.79% 0.11% -
XYZ 0.71 0.96 1.31 -
YUV 21.54 132.21 116.92 -
System Red Green Blue C M Y K H S L
Decimal 6 28 29 0.79 0.03 0 0.89 182.61 0.66 0.07
Hex 6 1C 1D 4F 3 0 59 B7 42 7
Octal 6 34 35 117 3 0 131 267 102 7
Binary 110 11100 11101 1001111 11 0 1011001 10110111 1000010 111

Color Harmonies of #061C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061C1D

Black with #061C1D

Text Example


Text Example

White with #061C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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