Html Css Color HEX #06141D Black Pearl

📋 copy color: '#06141D'

red 6 ◦ green 20 ◦ blue 29

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

Shades of Black Pearl #06141D

Tints of Black Pearl #06141D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 36.36%

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

R = 10.91%
G = 36.36%
B = 52.73%

CMYK

 C value IS 0.79

 M value IS 0.31

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#06141D (or 0x06141D) is known color: Black Pearl. HEX triplet: 06, 14 and 1D. RGB value is (6,20,29). Sum of RGB (Red+Green+Blue) = 6+20+29=55 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.91% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 29 (11.72% from 255 or 52.73% from 55); Max value from RGB is 29 - color contains mainly: blue. Hex color #06141D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06141D is #F9EBE2. Grayscale: #101010. Windows color (decimal): -16378851 or 1905670. OLE color: 1905670.

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

Color convert

RGB 6 20 29 -
CMYK 0.79 0.31 0 0.89
HSL 203.48º 0.66% 0.07% -
HSV(B) 203.48º 0.79% 0.11% -
XYZ 0.55 0.63 1.25 -
YUV 16.84 134.86 120.27 -
System Red Green Blue C M Y K H S L
Decimal 6 20 29 0.79 0.31 0 0.89 203.48 0.66 0.07
Hex 6 14 1D 4F 1F 0 59 CB 42 7
Octal 6 24 35 117 37 0 131 313 102 7
Binary 110 10100 11101 1001111 11111 0 1011001 11001011 1000010 111

Color Harmonies of #06141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06141D

Black with #06141D

Text Example


Text Example

White with #06141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06141D; }

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

 H1.HeaderClassName
 {
   color: #06141D;
 }
 .AnyTagClassName
 {
   color: #06141D;
 }
</style>

background-color css

<style>
 a { background-color: #06141D; }

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

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

border-color css

<style>
 span { border-color: #06141D; }

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

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