Html Css Color HEX #06181F Black Pearl

📋 copy color: '#06181F'

red 6 ◦ green 24 ◦ blue 31

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

Shades of Black Pearl #06181F

Tints of Black Pearl #06181F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 39.34%

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

R = 9.84%
G = 39.34%
B = 50.82%

CMYK

 C value IS 0.81

 M value IS 0.23

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#06181F (or 0x06181F) is known color: Black Pearl. HEX triplet: 06, 18 and 1F. RGB value is (6,24,31). Sum of RGB (Red+Green+Blue) = 6+24+31=61 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.84% from 61); Green value is 24 (9.77% from 255 or 39.34% from 61); Blue value is 31 (12.5% from 255 or 50.82% from 61); Max value from RGB is 31 - color contains mainly: blue. Hex color #06181F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06181F is #F9E7E0. Grayscale: #131313. Windows color (decimal): -16377825 or 2037766. OLE color: 2037766.

HSL color Cylindrical-coordinate representation of color #06181F: hue angle of 196.8º 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 #06181F is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 6 24 31 -
CMYK 0.81 0.23 0 0.88
HSL 196.8º 0.68% 0.07% -
HSV(B) 196.8º 0.81% 0.12% -
XYZ 0.65 0.79 1.41 -
YUV 19.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 6 24 31 0.81 0.23 0 0.88 196.8 0.68 0.07
Hex 6 18 1F 51 17 0 58 C5 44 7
Octal 6 30 37 121 27 0 130 305 104 7
Binary 110 11000 11111 1010001 10111 0 1011000 11000101 1000100 111

Color Harmonies of #06181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06181F

Black with #06181F

Text Example


Text Example

White with #06181F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06181F; }

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

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

background-color css

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

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

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

border-color css

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

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

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