Html Css Color HEX #0D191F Black Pearl

📋 copy color: '#0D191F'

red 13 ◦ green 25 ◦ blue 31

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

Shades of Black Pearl #0D191F

Tints of Black Pearl #0D191F

RGB

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

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

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

R = 18.84%
G = 36.23%
B = 44.93%

CMYK

 C value IS 0.58

 M value IS 0.19

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0D191F (or 0x0D191F) is known color: Black Pearl. HEX triplet: 0D, 19 and 1F. RGB value is (13,25,31). Sum of RGB (Red+Green+Blue) = 13+25+31=69 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.84% from 69); Green value is 25 (10.16% from 255 or 36.23% from 69); Blue value is 31 (12.5% from 255 or 44.93% from 69); Max value from RGB is 31 - color contains mainly: blue. Hex color #0D191F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D191F is #F2E6E0. Grayscale: #161616. Windows color (decimal): -15918817 or 2038029. OLE color: 2038029.

HSL color Cylindrical-coordinate representation of color #0D191F: hue angle of 200º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0D191F is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 13 25 31 -
CMYK 0.58 0.19 0 0.88
HSL 200º 0.41% 0.09% -
HSV(B) 200º 0.58% 0.12% -
XYZ 0.76 0.88 1.43 -
YUV 22.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 13 25 31 0.58 0.19 0 0.88 200 0.41 0.09
Hex D 19 1F 3A 13 0 58 C8 29 9
Octal 15 31 37 72 23 0 130 310 51 11
Binary 1101 11001 11111 111010 10011 0 1011000 11001000 101001 1001

Color Harmonies of #0D191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D191F

Black with #0D191F

Text Example


Text Example

White with #0D191F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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