Html Css Color HEX #061319 Black Pearl

📋 copy color: '#061319'

red 6 ◦ green 19 ◦ blue 25

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

Shades of Black Pearl #061319

Tints of Black Pearl #061319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 50%

R = 12%
G = 38%
B = 50%

CMYK

 C value IS 0.76

 M value IS 0.24

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#061319 (or 0x061319) is known color: Black Pearl. HEX triplet: 06, 13 and 19. RGB value is (6,19,25). Sum of RGB (Red+Green+Blue) = 6+19+25=50 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12% from 50); Green value is 19 (7.81% from 255 or 38% from 50); Blue value is 25 (10.16% from 255 or 50% from 50); Max value from RGB is 25 - color contains mainly: blue. Hex color #061319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061319 is #F9ECE6. Grayscale: #0F0F0F. Windows color (decimal): -16379111 or 1643270. OLE color: 1643270.

HSL color Cylindrical-coordinate representation of color #061319: hue angle of 198.95º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #061319 is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 6 19 25 -
CMYK 0.76 0.24 0 0.90
HSL 198.95º 0.61% 0.06% -
HSV(B) 198.95º 0.76% 0.1% -
XYZ 0.48 0.57 1.01 -
YUV 15.8 133.19 121.01 -
System Red Green Blue C M Y K H S L
Decimal 6 19 25 0.76 0.24 0 0.90 198.95 0.61 0.06
Hex 6 13 19 4C 18 0 5A C7 3D 6
Octal 6 23 31 114 30 0 132 307 75 6
Binary 110 10011 11001 1001100 11000 0 1011010 11000111 111101 110

Color Harmonies of #061319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061319

Black with #061319

Text Example


Text Example

White with #061319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061319; }

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

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

background-color css

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

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

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

border-color css

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

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

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