Html Css Color HEX #061314 Black Pearl

📋 copy color: '#061314'

red 6 ◦ green 19 ◦ blue 20

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

Shades of Black Pearl #061314

Tints of Black Pearl #061314

RGB

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

 GREEN value IS 19 (7.81% from 255) = 42.22%

 BLUE value IS 20 (8.2% from 255) = 44.44%

R = 13.33%
G = 42.22%
B = 44.44%

CMYK

 C value IS 0.70

 M value IS 0.05

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#061314 (or 0x061314) is known color: Black Pearl. HEX triplet: 06, 13 and 14. RGB value is (6,19,20). Sum of RGB (Red+Green+Blue) = 6+19+20=45 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.33% from 45); Green value is 19 (7.81% from 255 or 42.22% from 45); Blue value is 20 (8.20% from 255 or 44.44% from 45); Max value from RGB is 20 - color contains mainly: blue. Hex color #061314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061314 is #F9ECEB. Grayscale: #0F0F0F. Windows color (decimal): -16379116 or 1315590. OLE color: 1315590.

HSL color Cylindrical-coordinate representation of color #061314: hue angle of 184.29º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #061314 is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 6 19 20 -
CMYK 0.70 0.05 0 0.92
HSL 184.29º 0.54% 0.05% -
HSV(B) 184.29º 0.7% 0.08% -
XYZ 0.43 0.55 0.75 -
YUV 15.23 130.69 121.42 -
System Red Green Blue C M Y K H S L
Decimal 6 19 20 0.70 0.05 0 0.92 184.29 0.54 0.05
Hex 6 13 14 46 5 0 5C B8 36 5
Octal 6 23 24 106 5 0 134 270 66 5
Binary 110 10011 10100 1000110 101 0 1011100 10111000 110110 101

Color Harmonies of #061314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061314

Black with #061314

Text Example


Text Example

White with #061314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061314; }

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

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

background-color css

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

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

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

border-color css

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

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

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