Html Css Color HEX #09131A Black Pearl

📋 copy color: '#09131A'

red 9 ◦ green 19 ◦ blue 26

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

Shades of Black Pearl #09131A

Tints of Black Pearl #09131A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 48.15%

R = 16.67%
G = 35.19%
B = 48.15%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#09131A (or 0x09131A) is known color: Black Pearl. HEX triplet: 09, 13 and 1A. RGB value is (9,19,26). Sum of RGB (Red+Green+Blue) = 9+19+26=54 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.67% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 26 (10.55% from 255 or 48.15% from 54); Max value from RGB is 26 - color contains mainly: blue. Hex color #09131A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09131A is #F6ECE5. Grayscale: #101010. Windows color (decimal): -16182502 or 1708809. OLE color: 1708809.

HSL color Cylindrical-coordinate representation of color #09131A: hue angle of 204.71º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #09131A is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 9 19 26 -
CMYK 0.65 0.27 0 0.90
HSL 204.71º 0.49% 0.07% -
HSV(B) 204.71º 0.65% 0.1% -
XYZ 0.53 0.6 1.06 -
YUV 16.81 133.19 122.43 -
System Red Green Blue C M Y K H S L
Decimal 9 19 26 0.65 0.27 0 0.90 204.71 0.49 0.07
Hex 9 13 1A 41 1B 0 5A CD 31 7
Octal 11 23 32 101 33 0 132 315 61 7
Binary 1001 10011 11010 1000001 11011 0 1011010 11001101 110001 111

Color Harmonies of #09131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09131A

Black with #09131A

Text Example


Text Example

White with #09131A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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