Html Css Color HEX #0D191E Black Pearl

📋 copy color: '#0D191E'

red 13 ◦ green 25 ◦ blue 30

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

Shades of Black Pearl #0D191E

Tints of Black Pearl #0D191E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 36.76%

 BLUE value IS 30 (12.11% from 255) = 44.12%

R = 19.12%
G = 36.76%
B = 44.12%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0D191E (or 0x0D191E) is known color: Black Pearl. HEX triplet: 0D, 19 and 1E. RGB value is (13,25,30). Sum of RGB (Red+Green+Blue) = 13+25+30=68 (9% of max value = 765). Red value is 13 (5.47% from 255 or 19.12% from 68); Green value is 25 (10.16% from 255 or 36.76% from 68); Blue value is 30 (12.11% from 255 or 44.12% from 68); Max value from RGB is 30 - color contains mainly: blue. Hex color #0D191E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D191E is #F2E6E1. Grayscale: #151515. Windows color (decimal): -15918818 or 1972493. OLE color: 1972493.

HSL color Cylindrical-coordinate representation of color #0D191E: hue angle of 197.65º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0D191E is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 13 25 30 -
CMYK 0.57 0.17 0 0.88
HSL 197.65º 0.4% 0.08% -
HSV(B) 197.65º 0.57% 0.12% -
XYZ 0.75 0.87 1.36 -
YUV 21.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 13 25 30 0.57 0.17 0 0.88 197.65 0.4 0.08
Hex D 19 1E 39 11 0 58 C6 28 8
Octal 15 31 36 71 21 0 130 306 50 10
Binary 1101 11001 11110 111001 10001 0 1011000 11000110 101000 1000

Color Harmonies of #0D191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D191E

Black with #0D191E

Text Example


Text Example

White with #0D191E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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