Html Css Color HEX #09242C Black Pearl

📋 copy color: '#09242C'

red 9 ◦ green 36 ◦ blue 44

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

Shades of Black Pearl #09242C

Tints of Black Pearl #09242C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 40.45%

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

R = 10.11%
G = 40.45%
B = 49.44%

CMYK

 C value IS 0.80

 M value IS 0.18

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#09242C (or 0x09242C) is known color: Black Pearl. HEX triplet: 09, 24 and 2C. RGB value is (9,36,44). Sum of RGB (Red+Green+Blue) = 9+36+44=89 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.11% from 89); Green value is 36 (14.45% from 255 or 40.45% from 89); Blue value is 44 (17.58% from 255 or 49.44% from 89); Max value from RGB is 44 - color contains mainly: blue. Hex color #09242C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09242C is #F6DBD3. Grayscale: #1C1C1C. Windows color (decimal): -16178132 or 2892809. OLE color: 2892809.

HSL color Cylindrical-coordinate representation of color #09242C: hue angle of 193.71º 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 #09242C is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 9 36 44 -
CMYK 0.80 0.18 0 0.83
HSL 193.71º 0.66% 0.1% -
HSV(B) 193.71º 0.8% 0.17% -
XYZ 1.2 1.5 2.61 -
YUV 28.84 136.55 113.85 -
System Red Green Blue C M Y K H S L
Decimal 9 36 44 0.80 0.18 0 0.83 193.71 0.66 0.1
Hex 9 24 2C 50 12 0 53 C2 42 A
Octal 11 44 54 120 22 0 123 302 102 12
Binary 1001 100100 101100 1010000 10010 0 1010011 11000010 1000010 1010

Color Harmonies of #09242C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09242C

Black with #09242C

Text Example


Text Example

White with #09242C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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