Html Css Color HEX #090C0D Black Pearl

📋 copy color: '#090C0D'

red 9 ◦ green 12 ◦ blue 13

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

Shades of Black Pearl #090C0D

Tints of Black Pearl #090C0D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 35.29%

 BLUE value IS 13 (5.47% from 255) = 38.24%

R = 26.47%
G = 35.29%
B = 38.24%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#090C0D (or 0x090C0D) is known color: Black Pearl. HEX triplet: 09, 0C and 0D. RGB value is (9,12,13). Sum of RGB (Red+Green+Blue) = 9+12+13=34 (4% of max value = 765). Red value is 9 (3.91% from 255 or 26.47% from 34); Green value is 12 (5.08% from 255 or 35.29% from 34); Blue value is 13 (5.47% from 255 or 38.24% from 34); Max value from RGB is 13 - color contains mainly: blue. Hex color #090C0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090C0D is #F6F3F2. Grayscale: #0B0B0B. Windows color (decimal): -16184307 or 855049. OLE color: 855049.

HSL color Cylindrical-coordinate representation of color #090C0D: hue angle of 195º degrees, saturation: 0.18, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #090C0D is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 9 12 13 -
CMYK 0.31 0.08 0 0.95
HSL 195º 0.18% 0.04% -
HSV(B) 195º 0.31% 0.05% -
XYZ 0.32 0.35 0.43 -
YUV 11.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 9 12 13 0.31 0.08 0 0.95 195 0.18 0.04
Hex 9 C D 1F 8 0 5F C3 12 4
Octal 11 14 15 37 10 0 137 303 22 4
Binary 1001 1100 1101 11111 1000 0 1011111 11000011 10010 100

Color Harmonies of #090C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090C0D

Black with #090C0D

Text Example


Text Example

White with #090C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090C0D; }

 p { color: rgb(9,12,13); }

 H1.HeaderClassName
 {
   color: #090C0D;
 }
 .AnyTagClassName
 {
   color: #090C0D;
 }
</style>

background-color css

<style>
 a { background-color: #090C0D; }

 a { background-color: rgb(9,12,13); }

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

border-color css

<style>
 span { border-color: #090C0D; }

 span { border-color: rgb(9,12,13); }

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