Html Css Color HEX #0D1219 Black Pearl

📋 copy color: '#0D1219'

red 13 ◦ green 18 ◦ blue 25

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

Shades of Black Pearl #0D1219

Tints of Black Pearl #0D1219

RGB

 RED value IS 13 (5.47% from 255) = 23.21%

 GREEN value IS 18 (7.42% from 255) = 32.14%

 BLUE value IS 25 (10.16% from 255) = 44.64%

R = 23.21%
G = 32.14%
B = 44.64%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0D1219 (or 0x0D1219) is known color: Black Pearl. HEX triplet: 0D, 12 and 19. RGB value is (13,18,25). Sum of RGB (Red+Green+Blue) = 13+18+25=56 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.21% from 56); Green value is 18 (7.42% from 255 or 32.14% from 56); Blue value is 25 (10.16% from 255 or 44.64% from 56); Max value from RGB is 25 - color contains mainly: blue. Hex color #0D1219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1219 is #F2EDE6. Grayscale: #111111. Windows color (decimal): -15920615 or 1643021. OLE color: 1643021.

HSL color Cylindrical-coordinate representation of color #0D1219: hue angle of 215º degrees, saturation: 0.32, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0D1219 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 13 18 25 -
CMYK 0.48 0.28 0 0.90
HSL 215º 0.32% 0.07% -
HSV(B) 215º 0.48% 0.1% -
XYZ 0.56 0.59 1 -
YUV 17.3 132.34 124.93 -
System Red Green Blue C M Y K H S L
Decimal 13 18 25 0.48 0.28 0 0.90 215 0.32 0.07
Hex D 12 19 30 1C 0 5A D7 20 7
Octal 15 22 31 60 34 0 132 327 40 7
Binary 1101 10010 11001 110000 11100 0 1011010 11010111 100000 111

Color Harmonies of #0D1219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1219

Black with #0D1219

Text Example


Text Example

White with #0D1219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D1219; }

 p { color: rgb(13,18,25); }

 H1.HeaderClassName
 {
   color: #0D1219;
 }
 .AnyTagClassName
 {
   color: #0D1219;
 }
</style>

background-color css

<style>
 a { background-color: #0D1219; }

 a { background-color: rgb(13,18,25); }

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

border-color css

<style>
 span { border-color: #0D1219; }

 span { border-color: rgb(13,18,25); }

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