Html Css Color HEX #09192C Black Pearl

📋 copy color: '#09192C'

red 9 ◦ green 25 ◦ blue 44

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

Shades of Black Pearl #09192C

Tints of Black Pearl #09192C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 32.05%

 BLUE value IS 44 (17.58% from 255) = 56.41%

R = 11.54%
G = 32.05%
B = 56.41%

CMYK

 C value IS 0.80

 M value IS 0.43

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#09192C (or 0x09192C) is known color: Black Pearl. HEX triplet: 09, 19 and 2C. RGB value is (9,25,44). Sum of RGB (Red+Green+Blue) = 9+25+44=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 25 (10.16% from 255 or 32.05% from 78); Blue value is 44 (17.58% from 255 or 56.41% from 78); Max value from RGB is 44 - color contains mainly: blue. Hex color #09192C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09192C is #F6E6D3. Grayscale: #161616. Windows color (decimal): -16180948 or 2889993. OLE color: 2889993.

HSL color Cylindrical-coordinate representation of color #09192C: hue angle of 212.57º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #09192C is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 9 25 44 -
CMYK 0.80 0.43 0 0.83
HSL 212.57º 0.66% 0.1% -
HSV(B) 212.57º 0.8% 0.17% -
XYZ 0.91 0.94 2.52 -
YUV 22.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 9 25 44 0.80 0.43 0 0.83 212.57 0.66 0.1
Hex 9 19 2C 50 2B 0 53 D5 42 A
Octal 11 31 54 120 53 0 123 325 102 12
Binary 1001 11001 101100 1010000 101011 0 1010011 11010101 1000010 1010

Color Harmonies of #09192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09192C

Black with #09192C

Text Example


Text Example

White with #09192C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,25,44); }

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

background-color css

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

 a { background-color: rgb(9,25,44); }

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

border-color css

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

 span { border-color: rgb(9,25,44); }

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