Html Css Color HEX #09131C Black Pearl

📋 copy color: '#09131C'

red 9 ◦ green 19 ◦ blue 28

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

Shades of Black Pearl #09131C

Tints of Black Pearl #09131C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 50%

R = 16.07%
G = 33.93%
B = 50%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#09131C (or 0x09131C) is known color: Black Pearl. HEX triplet: 09, 13 and 1C. RGB value is (9,19,28). Sum of RGB (Red+Green+Blue) = 9+19+28=56 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.07% from 56); Green value is 19 (7.81% from 255 or 33.93% from 56); Blue value is 28 (11.33% from 255 or 50% from 56); Max value from RGB is 28 - color contains mainly: blue. Hex color #09131C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09131C is #F6ECE3. Grayscale: #101010. Windows color (decimal): -16182500 or 1839881. OLE color: 1839881.

HSL color Cylindrical-coordinate representation of color #09131C: hue angle of 208.42º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #09131C is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 9 19 28 -
CMYK 0.68 0.32 0 0.89
HSL 208.42º 0.51% 0.07% -
HSV(B) 208.42º 0.68% 0.11% -
XYZ 0.56 0.61 1.19 -
YUV 17.04 134.19 122.27 -
System Red Green Blue C M Y K H S L
Decimal 9 19 28 0.68 0.32 0 0.89 208.42 0.51 0.07
Hex 9 13 1C 44 20 0 59 D0 33 7
Octal 11 23 34 104 40 0 131 320 63 7
Binary 1001 10011 11100 1000100 100000 0 1011001 11010000 110011 111

Color Harmonies of #09131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09131C

Black with #09131C

Text Example


Text Example

White with #09131C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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