Html Css Color HEX #09131F Black Pearl

📋 copy color: '#09131F'

red 9 ◦ green 19 ◦ blue 31

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

Shades of Black Pearl #09131F

Tints of Black Pearl #09131F

RGB

 RED value IS 9 (3.91% from 255) = 15.25%

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

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

R = 15.25%
G = 32.2%
B = 52.54%

CMYK

 C value IS 0.71

 M value IS 0.39

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#09131F (or 0x09131F) is known color: Black Pearl. HEX triplet: 09, 13 and 1F. RGB value is (9,19,31). Sum of RGB (Red+Green+Blue) = 9+19+31=59 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.25% from 59); Green value is 19 (7.81% from 255 or 32.20% from 59); Blue value is 31 (12.5% from 255 or 52.54% from 59); Max value from RGB is 31 - color contains mainly: blue. Hex color #09131F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09131F is #F6ECE0. Grayscale: #111111. Windows color (decimal): -16182497 or 2036489. OLE color: 2036489.

HSL color Cylindrical-coordinate representation of color #09131F: hue angle of 212.73º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #09131F is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 9 19 31 -
CMYK 0.71 0.39 0 0.88
HSL 212.73º 0.55% 0.08% -
HSV(B) 212.73º 0.71% 0.12% -
XYZ 0.59 0.62 1.39 -
YUV 17.38 135.69 122.02 -
System Red Green Blue C M Y K H S L
Decimal 9 19 31 0.71 0.39 0 0.88 212.73 0.55 0.08
Hex 9 13 1F 47 27 0 58 D5 37 8
Octal 11 23 37 107 47 0 130 325 67 10
Binary 1001 10011 11111 1000111 100111 0 1011000 11010101 110111 1000

Color Harmonies of #09131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09131F

Black with #09131F

Text Example


Text Example

White with #09131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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