Html Css Color HEX #09242A Black Pearl

📋 copy color: '#09242A'

red 9 ◦ green 36 ◦ blue 42

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

Shades of Black Pearl #09242A

Tints of Black Pearl #09242A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 48.28%

R = 10.34%
G = 41.38%
B = 48.28%

CMYK

 C value IS 0.79

 M value IS 0.14

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#09242A (or 0x09242A) is known color: Black Pearl. HEX triplet: 09, 24 and 2A. RGB value is (9,36,42). Sum of RGB (Red+Green+Blue) = 9+36+42=87 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.34% from 87); Green value is 36 (14.45% from 255 or 41.38% from 87); Blue value is 42 (16.80% from 255 or 48.28% from 87); Max value from RGB is 42 - color contains mainly: blue. Hex color #09242A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09242A is #F6DBD5. Grayscale: #1C1C1C. Windows color (decimal): -16178134 or 2761737. OLE color: 2761737.

HSL color Cylindrical-coordinate representation of color #09242A: hue angle of 190.91º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #09242A is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 9 36 42 -
CMYK 0.79 0.14 0 0.84
HSL 190.91º 0.65% 0.1% -
HSV(B) 190.91º 0.79% 0.16% -
XYZ 1.16 1.49 2.42 -
YUV 28.61 135.55 114.01 -
System Red Green Blue C M Y K H S L
Decimal 9 36 42 0.79 0.14 0 0.84 190.91 0.65 0.1
Hex 9 24 2A 4F E 0 54 BF 41 A
Octal 11 44 52 117 16 0 124 277 101 12
Binary 1001 100100 101010 1001111 1110 0 1010100 10111111 1000001 1010

Color Harmonies of #09242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09242A

Black with #09242A

Text Example


Text Example

White with #09242A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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