Html Css Color HEX #09252E Black Pearl

📋 copy color: '#09252E'

red 9 ◦ green 37 ◦ blue 46

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

Shades of Black Pearl #09252E

Tints of Black Pearl #09252E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 50%

R = 9.78%
G = 40.22%
B = 50%

CMYK

 C value IS 0.80

 M value IS 0.20

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#09252E (or 0x09252E) is known color: Black Pearl. HEX triplet: 09, 25 and 2E. RGB value is (9,37,46). Sum of RGB (Red+Green+Blue) = 9+37+46=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 37 (14.84% from 255 or 40.22% from 92); Blue value is 46 (18.36% from 255 or 50% from 92); Max value from RGB is 46 - color contains mainly: blue. Hex color #09252E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09252E is #F6DAD1. Grayscale: #1D1D1D. Windows color (decimal): -16177874 or 3024137. OLE color: 3024137.

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

Color convert

RGB 9 37 46 -
CMYK 0.80 0.20 0 0.82
HSL 194.59º 0.67% 0.11% -
HSV(B) 194.59º 0.8% 0.18% -
XYZ 1.27 1.58 2.82 -
YUV 29.65 137.22 113.27 -
System Red Green Blue C M Y K H S L
Decimal 9 37 46 0.80 0.20 0 0.82 194.59 0.67 0.11
Hex 9 25 2E 50 14 0 52 C3 43 B
Octal 11 45 56 120 24 0 122 303 103 13
Binary 1001 100101 101110 1010000 10100 0 1010010 11000011 1000011 1011

Color Harmonies of #09252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09252E

Black with #09252E

Text Example


Text Example

White with #09252E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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