Html Css Color HEX #0D141D Black Pearl

📋 copy color: '#0D141D'

red 13 ◦ green 20 ◦ blue 29

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

Shades of Black Pearl #0D141D

Tints of Black Pearl #0D141D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 32.26%

 BLUE value IS 29 (11.72% from 255) = 46.77%

R = 20.97%
G = 32.26%
B = 46.77%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0D141D (or 0x0D141D) is known color: Black Pearl. HEX triplet: 0D, 14 and 1D. RGB value is (13,20,29). Sum of RGB (Red+Green+Blue) = 13+20+29=62 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.97% from 62); Green value is 20 (8.20% from 255 or 32.26% from 62); Blue value is 29 (11.72% from 255 or 46.77% from 62); Max value from RGB is 29 - color contains mainly: blue. Hex color #0D141D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D141D is #F2EBE2. Grayscale: #121212. Windows color (decimal): -15920099 or 1905677. OLE color: 1905677.

HSL color Cylindrical-coordinate representation of color #0D141D: hue angle of 213.75º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0D141D is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 13 20 29 -
CMYK 0.55 0.31 0 0.89
HSL 213.75º 0.38% 0.08% -
HSV(B) 213.75º 0.55% 0.11% -
XYZ 0.64 0.67 1.26 -
YUV 18.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 13 20 29 0.55 0.31 0 0.89 213.75 0.38 0.08
Hex D 14 1D 37 1F 0 59 D6 26 8
Octal 15 24 35 67 37 0 131 326 46 10
Binary 1101 10100 11101 110111 11111 0 1011001 11010110 100110 1000

Color Harmonies of #0D141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D141D

Black with #0D141D

Text Example


Text Example

White with #0D141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,20,29); }

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

background-color css

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

 a { background-color: rgb(13,20,29); }

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

border-color css

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

 span { border-color: rgb(13,20,29); }

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