Html Css Color HEX #09242D Black Pearl

📋 copy color: '#09242D'

red 9 ◦ green 36 ◦ blue 45

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

Shades of Black Pearl #09242D

Tints of Black Pearl #09242D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 50%

R = 10%
G = 40%
B = 50%

CMYK

 C value IS 0.8

 M value IS 0.2

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#09242D (or 0x09242D) is known color: Black Pearl. HEX triplet: 09, 24 and 2D. RGB value is (9,36,45). Sum of RGB (Red+Green+Blue) = 9+36+45=90 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10% from 90); Green value is 36 (14.45% from 255 or 40% from 90); Blue value is 45 (17.97% from 255 or 50% from 90); Max value from RGB is 45 - color contains mainly: blue. Hex color #09242D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09242D is #F6DBD2. Grayscale: #1C1C1C. Windows color (decimal): -16178131 or 2958345. OLE color: 2958345.

HSL color Cylindrical-coordinate representation of color #09242D: hue angle of 195º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #09242D is Cyan = 0.8, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 9 36 45 -
CMYK 0.8 0.2 0 0.82
HSL 195º 0.67% 0.11% -
HSV(B) 195º 0.8% 0.18% -
XYZ 1.22 1.51 2.71 -
YUV 28.95 137.05 113.77 -
System Red Green Blue C M Y K H S L
Decimal 9 36 45 0.8 0.2 0 0.82 195 0.67 0.11
Hex 9 24 2D 50 14 0 52 C3 43 B
Octal 11 44 55 120 24 0 122 303 103 13
Binary 1001 100100 101101 1010000 10100 0 1010010 11000011 1000011 1011

Color Harmonies of #09242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09242D

Black with #09242D

Text Example


Text Example

White with #09242D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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