Html Css Color HEX #09252D Black Pearl

📋 copy color: '#09252D'

red 9 ◦ green 37 ◦ blue 45

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

Shades of Black Pearl #09252D

Tints of Black Pearl #09252D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 40.66%

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

R = 9.89%
G = 40.66%
B = 49.45%

CMYK

 C value IS 0.8

 M value IS 0.18

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#09252D (or 0x09252D) is known color: Black Pearl. HEX triplet: 09, 25 and 2D. RGB value is (9,37,45). Sum of RGB (Red+Green+Blue) = 9+37+45=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 45 (17.97% from 255 or 49.45% from 91); Max value from RGB is 45 - color contains mainly: blue. Hex color #09252D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09252D is #F6DAD2. Grayscale: #1D1D1D. Windows color (decimal): -16177875 or 2958601. OLE color: 2958601.

HSL color Cylindrical-coordinate representation of color #09252D: hue angle of 193.33º 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 #09252D is Cyan = 0.8, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 9 37 45 -
CMYK 0.8 0.18 0 0.82
HSL 193.33º 0.67% 0.11% -
HSV(B) 193.33º 0.8% 0.18% -
XYZ 1.25 1.57 2.72 -
YUV 29.54 136.72 113.35 -
System Red Green Blue C M Y K H S L
Decimal 9 37 45 0.8 0.18 0 0.82 193.33 0.67 0.11
Hex 9 25 2D 50 12 0 52 C1 43 B
Octal 11 45 55 120 22 0 122 301 103 13
Binary 1001 100101 101101 1010000 10010 0 1010010 11000001 1000011 1011

Color Harmonies of #09252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09252D

Black with #09252D

Text Example


Text Example

White with #09252D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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