#09141F

Color #09141F Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #09141F

Tints of Black Pearl #09141F

Color information

#09141F (or 0x09141F) is unknown color: approx Black Pearl. HEX triplet: 09, 14 and 1F. RGB value is (9,20,31). Sum of RGB (Red+Green+Blue) = 9+20+31=60 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15% from 60); Green value is 20 (8.20% from 255 or 33.33% from 60); Blue value is 31 (12.5% from 255 or 51.67% from 60); Max value from RGB is 31 - color contains mainly: blue. Hex color #09141F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09141F is #F6EBE0. Grayscale: #111111. Windows color (decimal): -16182241 or 2036745. OLE color: 2036745.

HSL color Cylindrical-coordinate representation of color #09141F: hue angle of 210º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #09141F is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB92031-
CMYK0.710.3500.88
HSL210º55%7.84%-
HSV(B)210º70.97%12.16%-
XYZ0.610.661.39-
YUV17.96135.36121.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 15%
GREEN value IS 20 (8.20% from 255) = 33.33%
BLUE value IS 31 (12.5% from 255) = 51.67%
R=15%
G=33.33%
B=51.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal920310.710.3500.88210557.84
Hex9141F4723058d2378
Octal1124371074301303226710
Binary10011010011111100011110001101011000110100101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,20,31); }

 H1.HeaderClassName
 {
   color: #09141F;
 }
 .AnyTagClassName
 {
   color: #09141F;
 }
</style>
background-color css

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

 a { background-color: rgb(9,20,31); }

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

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

 span { border-color: rgb(9,20,31); }

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