Html Css Color HEX #0D191A Black Pearl

📋 copy color: '#0D191A'

red 13 ◦ green 25 ◦ blue 26

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

Shades of Black Pearl #0D191A

Tints of Black Pearl #0D191A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 40.63%

R = 20.31%
G = 39.06%
B = 40.63%

CMYK

 C value IS 0.5

 M value IS 0.04

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0D191A (or 0x0D191A) is known color: Black Pearl. HEX triplet: 0D, 19 and 1A. RGB value is (13,25,26). Sum of RGB (Red+Green+Blue) = 13+25+26=64 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.31% from 64); Green value is 25 (10.16% from 255 or 39.06% from 64); Blue value is 26 (10.55% from 255 or 40.62% from 64); Max value from RGB is 26 - color contains mainly: blue. Hex color #0D191A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D191A is #F2E6E5. Grayscale: #151515. Windows color (decimal): -15918822 or 1710349. OLE color: 1710349.

HSL color Cylindrical-coordinate representation of color #0D191A: hue angle of 184.62º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0D191A is Cyan = 0.5, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 13 25 26 -
CMYK 0.5 0.04 0 0.90
HSL 184.62º 0.33% 0.08% -
HSV(B) 184.62º 0.5% 0.1% -
XYZ 0.7 0.86 1.11 -
YUV 21.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 13 25 26 0.5 0.04 0 0.90 184.62 0.33 0.08
Hex D 19 1A 32 4 0 5A B9 21 8
Octal 15 31 32 62 4 0 132 271 41 10
Binary 1101 11001 11010 110010 100 0 1011010 10111001 100001 1000

Color Harmonies of #0D191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D191A

Black with #0D191A

Text Example


Text Example

White with #0D191A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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