Html Css Color HEX #08131F Black Pearl

📋 copy color: '#08131F'

red 8 ◦ green 19 ◦ blue 31

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

Shades of Black Pearl #08131F

Tints of Black Pearl #08131F

RGB

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

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

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

R = 13.79%
G = 32.76%
B = 53.45%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#08131F (or 0x08131F) is known color: Black Pearl. HEX triplet: 08, 13 and 1F. RGB value is (8,19,31). Sum of RGB (Red+Green+Blue) = 8+19+31=58 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.79% from 58); Green value is 19 (7.81% from 255 or 32.76% from 58); Blue value is 31 (12.5% from 255 or 53.45% from 58); Max value from RGB is 31 - color contains mainly: blue. Hex color #08131F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08131F is #F7ECE0. Grayscale: #111111. Windows color (decimal): -16248033 or 2036488. OLE color: 2036488.

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

Color convert

RGB 8 19 31 -
CMYK 0.74 0.39 0 0.88
HSL 211.3º 0.59% 0.08% -
HSV(B) 211.3º 0.74% 0.12% -
XYZ 0.58 0.62 1.38 -
YUV 17.08 135.86 121.52 -
System Red Green Blue C M Y K H S L
Decimal 8 19 31 0.74 0.39 0 0.88 211.3 0.59 0.08
Hex 8 13 1F 4A 27 0 58 D3 3B 8
Octal 10 23 37 112 47 0 130 323 73 10
Binary 1000 10011 11111 1001010 100111 0 1011000 11010011 111011 1000

Color Harmonies of #08131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08131F

Black with #08131F

Text Example


Text Example

White with #08131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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