Html Css Color HEX #061A1F Black Pearl

📋 copy color: '#061A1F'

red 6 ◦ green 26 ◦ blue 31

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

Shades of Black Pearl #061A1F

Tints of Black Pearl #061A1F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 41.27%

 BLUE value IS 31 (12.5% from 255) = 49.21%

R = 9.52%
G = 41.27%
B = 49.21%

CMYK

 C value IS 0.81

 M value IS 0.16

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#061A1F (or 0x061A1F) is known color: Black Pearl. HEX triplet: 06, 1A and 1F. RGB value is (6,26,31). Sum of RGB (Red+Green+Blue) = 6+26+31=63 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.52% from 63); Green value is 26 (10.55% from 255 or 41.27% from 63); Blue value is 31 (12.5% from 255 or 49.21% from 63); Max value from RGB is 31 - color contains mainly: blue. Hex color #061A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061A1F is #F9E5E0. Grayscale: #141414. Windows color (decimal): -16377313 or 2038278. OLE color: 2038278.

HSL color Cylindrical-coordinate representation of color #061A1F: hue angle of 192º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #061A1F is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 6 26 31 -
CMYK 0.81 0.16 0 0.88
HSL 192º 0.68% 0.07% -
HSV(B) 192º 0.81% 0.12% -
XYZ 0.69 0.88 1.43 -
YUV 20.59 133.87 117.59 -
System Red Green Blue C M Y K H S L
Decimal 6 26 31 0.81 0.16 0 0.88 192 0.68 0.07
Hex 6 1A 1F 51 10 0 58 C0 44 7
Octal 6 32 37 121 20 0 130 300 104 7
Binary 110 11010 11111 1010001 10000 0 1011000 11000000 1000100 111

Color Harmonies of #061A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061A1F

Black with #061A1F

Text Example


Text Example

White with #061A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061A1F; }

 p { color: rgb(6,26,31); }

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

background-color css

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

 a { background-color: rgb(6,26,31); }

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

border-color css

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

 span { border-color: rgb(6,26,31); }

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