Html Css Color HEX #061317 Black Pearl

📋 copy color: '#061317'

red 6 ◦ green 19 ◦ blue 23

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

Shades of Black Pearl #061317

Tints of Black Pearl #061317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 47.92%

R = 12.5%
G = 39.58%
B = 47.92%

CMYK

 C value IS 0.74

 M value IS 0.17

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#061317 (or 0x061317) is known color: Black Pearl. HEX triplet: 06, 13 and 17. RGB value is (6,19,23). Sum of RGB (Red+Green+Blue) = 6+19+23=48 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.5% from 48); Green value is 19 (7.81% from 255 or 39.58% from 48); Blue value is 23 (9.38% from 255 or 47.92% from 48); Max value from RGB is 23 - color contains mainly: blue. Hex color #061317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061317 is #F9ECE8. Grayscale: #0F0F0F. Windows color (decimal): -16379113 or 1512198. OLE color: 1512198.

HSL color Cylindrical-coordinate representation of color #061317: hue angle of 194.12º degrees, saturation: 0.59, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #061317 is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 6 19 23 -
CMYK 0.74 0.17 0 0.91
HSL 194.12º 0.59% 0.06% -
HSV(B) 194.12º 0.74% 0.09% -
XYZ 0.46 0.57 0.9 -
YUV 15.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 6 19 23 0.74 0.17 0 0.91 194.12 0.59 0.06
Hex 6 13 17 4A 11 0 5B C2 3B 6
Octal 6 23 27 112 21 0 133 302 73 6
Binary 110 10011 10111 1001010 10001 0 1011011 11000010 111011 110

Color Harmonies of #061317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061317

Black with #061317

Text Example


Text Example

White with #061317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061317; }

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

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

background-color css

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

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

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

border-color css

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

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

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