Html Css Color HEX #061119 Black Pearl

📋 copy color: '#061119'

red 6 ◦ green 17 ◦ blue 25

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

Shades of Black Pearl #061119

Tints of Black Pearl #061119

RGB

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

 GREEN value IS 17 (7.03% from 255) = 35.42%

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

R = 12.5%
G = 35.42%
B = 52.08%

CMYK

 C value IS 0.76

 M value IS 0.32

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#061119 (or 0x061119) is known color: Black Pearl. HEX triplet: 06, 11 and 19. RGB value is (6,17,25). Sum of RGB (Red+Green+Blue) = 6+17+25=48 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.5% from 48); Green value is 17 (7.03% from 255 or 35.42% from 48); Blue value is 25 (10.16% from 255 or 52.08% from 48); Max value from RGB is 25 - color contains mainly: blue. Hex color #061119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061119 is #F9EEE6. Grayscale: #0E0E0E. Windows color (decimal): -16379623 or 1642758. OLE color: 1642758.

HSL color Cylindrical-coordinate representation of color #061119: hue angle of 205.26º 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 #061119 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 6 17 25 -
CMYK 0.76 0.32 0 0.90
HSL 205.26º 0.61% 0.06% -
HSV(B) 205.26º 0.76% 0.1% -
XYZ 0.45 0.51 0.99 -
YUV 14.62 133.86 121.85 -
System Red Green Blue C M Y K H S L
Decimal 6 17 25 0.76 0.32 0 0.90 205.26 0.61 0.06
Hex 6 11 19 4C 20 0 5A CD 3D 6
Octal 6 21 31 114 40 0 132 315 75 6
Binary 110 10001 11001 1001100 100000 0 1011010 11001101 111101 110

Color Harmonies of #061119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061119

Black with #061119

Text Example


Text Example

White with #061119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061119; }

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

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

background-color css

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

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

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

border-color css

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

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

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