Html Css Color HEX #061B1D Black Pearl

📋 copy color: '#061B1D'

red 6 ◦ green 27 ◦ blue 29

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

Shades of Black Pearl #061B1D

Tints of Black Pearl #061B1D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 43.55%

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

R = 9.68%
G = 43.55%
B = 46.77%

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

#061B1D (or 0x061B1D) is known color: Black Pearl. HEX triplet: 06, 1B and 1D. RGB value is (6,27,29). Sum of RGB (Red+Green+Blue) = 6+27+29=62 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.68% from 62); Green value is 27 (10.94% from 255 or 43.55% from 62); Blue value is 29 (11.72% from 255 or 46.77% from 62); Max value from RGB is 29 - color contains mainly: blue. Hex color #061B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061B1D is #F9E4E2. Grayscale: #141414. Windows color (decimal): -16377059 or 1907462. OLE color: 1907462.

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

Color convert

RGB 6 27 29 -
CMYK 0.79 0.07 0 0.89
HSL 185.22º 0.66% 0.07% -
HSV(B) 185.22º 0.79% 0.11% -
XYZ 0.69 0.91 1.3 -
YUV 20.95 132.54 117.34 -
System Red Green Blue C M Y K H S L
Decimal 6 27 29 0.79 0.07 0 0.89 185.22 0.66 0.07
Hex 6 1B 1D 4F 7 0 59 B9 42 7
Octal 6 33 35 117 7 0 131 271 102 7
Binary 110 11011 11101 1001111 111 0 1011001 10111001 1000010 111

Color Harmonies of #061B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061B1D

Black with #061B1D

Text Example


Text Example

White with #061B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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