Html Css Color HEX #09141F Black Pearl

📋 copy color: '#09141F'

red 9 ◦ green 20 ◦ blue 31

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

Shades of Black Pearl #09141F

Tints of Black Pearl #09141F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 33.33%

 BLUE value IS 31 (12.5% from 255) = 51.67%

R = 15%
G = 33.33%
B = 51.67%

CMYK

 C value IS 0.71

 M value IS 0.35

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#09141F (or 0x09141F) is known color: 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

RGB 9 20 31 -
CMYK 0.71 0.35 0 0.88
HSL 210º 0.55% 0.08% -
HSV(B) 210º 0.71% 0.12% -
XYZ 0.61 0.66 1.39 -
YUV 17.97 135.36 121.61 -
System Red Green Blue C M Y K H S L
Decimal 9 20 31 0.71 0.35 0 0.88 210 0.55 0.08
Hex 9 14 1F 47 23 0 58 D2 37 8
Octal 11 24 37 107 43 0 130 322 67 10
Binary 1001 10100 11111 1000111 100011 0 1011000 11010010 110111 1000

Color Harmonies of #09141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09141F

Black with #09141F

Text Example


Text Example

White with #09141F

Text Example


Text Example

HTML Codes & Css Web 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>