Html Css Color HEX #081B1F Black Pearl

📋 copy color: '#081B1F'

red 8 ◦ green 27 ◦ blue 31

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

Shades of Black Pearl #081B1F

Tints of Black Pearl #081B1F

RGB

 RED value IS 8 (3.52% from 255) = 12.12%

 GREEN value IS 27 (10.94% from 255) = 40.91%

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

R = 12.12%
G = 40.91%
B = 46.97%

CMYK

 C value IS 0.74

 M value IS 0.13

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#081B1F (or 0x081B1F) is known color: Black Pearl. HEX triplet: 08, 1B and 1F. RGB value is (8,27,31). Sum of RGB (Red+Green+Blue) = 8+27+31=66 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.12% from 66); Green value is 27 (10.94% from 255 or 40.91% from 66); Blue value is 31 (12.5% from 255 or 46.97% from 66); Max value from RGB is 31 - color contains mainly: blue. Hex color #081B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081B1F is #F7E4E0. Grayscale: #151515. Windows color (decimal): -16245985 or 2038536. OLE color: 2038536.

HSL color Cylindrical-coordinate representation of color #081B1F: hue angle of 190.43º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #081B1F is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 8 27 31 -
CMYK 0.74 0.13 0 0.88
HSL 190.43º 0.59% 0.08% -
HSV(B) 190.43º 0.74% 0.12% -
XYZ 0.74 0.93 1.44 -
YUV 21.78 133.21 118.17 -
System Red Green Blue C M Y K H S L
Decimal 8 27 31 0.74 0.13 0 0.88 190.43 0.59 0.08
Hex 8 1B 1F 4A D 0 58 BE 3B 8
Octal 10 33 37 112 15 0 130 276 73 10
Binary 1000 11011 11111 1001010 1101 0 1011000 10111110 111011 1000

Color Harmonies of #081B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081B1F

Black with #081B1F

Text Example


Text Example

White with #081B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081B1F; }

 p { color: rgb(8,27,31); }

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

background-color css

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

 a { background-color: rgb(8,27,31); }

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

border-color css

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

 span { border-color: rgb(8,27,31); }

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