Html Css Color HEX #061213 Black Pearl

📋 copy color: '#061213'

red 6 ◦ green 18 ◦ blue 19

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

Shades of Black Pearl #061213

Tints of Black Pearl #061213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 41.86%

 BLUE value IS 19 (7.81% from 255) = 44.19%

R = 13.95%
G = 41.86%
B = 44.19%

CMYK

 C value IS 0.68

 M value IS 0.05

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#061213 (or 0x061213) is known color: Black Pearl. HEX triplet: 06, 12 and 13. RGB value is (6,18,19). Sum of RGB (Red+Green+Blue) = 6+18+19=43 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.95% from 43); Green value is 18 (7.42% from 255 or 41.86% from 43); Blue value is 19 (7.81% from 255 or 44.19% from 43); Max value from RGB is 19 - color contains mainly: blue. Hex color #061213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061213 is #F9EDEC. Grayscale: #0E0E0E. Windows color (decimal): -16379373 or 1249798. OLE color: 1249798.

HSL color Cylindrical-coordinate representation of color #061213: hue angle of 184.62º degrees, saturation: 0.52, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #061213 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 6 18 19 -
CMYK 0.68 0.05 0 0.93
HSL 184.62º 0.52% 0.05% -
HSV(B) 184.62º 0.68% 0.07% -
XYZ 0.41 0.52 0.69 -
YUV 14.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 6 18 19 0.68 0.05 0 0.93 184.62 0.52 0.05
Hex 6 12 13 44 5 0 5D B9 34 5
Octal 6 22 23 104 5 0 135 271 64 5
Binary 110 10010 10011 1000100 101 0 1011101 10111001 110100 101

Color Harmonies of #061213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061213

Black with #061213

Text Example


Text Example

White with #061213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061213; }

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

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

background-color css

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

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

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

border-color css

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

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

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