Html Css Color HEX #09272F Black Pearl

📋 copy color: '#09272F'

red 9 ◦ green 39 ◦ blue 47

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

Shades of Black Pearl #09272F

Tints of Black Pearl #09272F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 41.05%

 BLUE value IS 47 (18.75% from 255) = 49.47%

R = 9.47%
G = 41.05%
B = 49.47%

CMYK

 C value IS 0.81

 M value IS 0.17

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#09272F (or 0x09272F) is known color: Black Pearl. HEX triplet: 09, 27 and 2F. RGB value is (9,39,47). Sum of RGB (Red+Green+Blue) = 9+39+47=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 39 (15.62% from 255 or 41.05% from 95); Blue value is 47 (18.75% from 255 or 49.47% from 95); Max value from RGB is 47 - color contains mainly: blue. Hex color #09272F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09272F is #F6D8D0. Grayscale: #1E1E1E. Windows color (decimal): -16177361 or 3090185. OLE color: 3090185.

HSL color Cylindrical-coordinate representation of color #09272F: hue angle of 192.63º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #09272F is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 9 39 47 -
CMYK 0.81 0.17 0 0.82
HSL 192.63º 0.68% 0.11% -
HSV(B) 192.63º 0.81% 0.18% -
XYZ 1.35 1.71 2.95 -
YUV 30.94 137.06 112.35 -
System Red Green Blue C M Y K H S L
Decimal 9 39 47 0.81 0.17 0 0.82 192.63 0.68 0.11
Hex 9 27 2F 51 11 0 52 C1 44 B
Octal 11 47 57 121 21 0 122 301 104 13
Binary 1001 100111 101111 1010001 10001 0 1010010 11000001 1000100 1011

Color Harmonies of #09272F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09272F

Black with #09272F

Text Example


Text Example

White with #09272F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09272F; }

 p { color: rgb(9,39,47); }

 H1.HeaderClassName
 {
   color: #09272F;
 }
 .AnyTagClassName
 {
   color: #09272F;
 }
</style>

background-color css

<style>
 a { background-color: #09272F; }

 a { background-color: rgb(9,39,47); }

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

border-color css

<style>
 span { border-color: #09272F; }

 span { border-color: rgb(9,39,47); }

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