Html Css Color HEX #0D131B Black Pearl

📋 copy color: '#0D131B'

red 13 ◦ green 19 ◦ blue 27

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

Shades of Black Pearl #0D131B

Tints of Black Pearl #0D131B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 32.2%

 BLUE value IS 27 (10.94% from 255) = 45.76%

R = 22.03%
G = 32.2%
B = 45.76%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0D131B (or 0x0D131B) is known color: Black Pearl. HEX triplet: 0D, 13 and 1B. RGB value is (13,19,27). Sum of RGB (Red+Green+Blue) = 13+19+27=59 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.03% from 59); Green value is 19 (7.81% from 255 or 32.20% from 59); Blue value is 27 (10.94% from 255 or 45.76% from 59); Max value from RGB is 27 - color contains mainly: blue. Hex color #0D131B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D131B is #F2ECE4. Grayscale: #121212. Windows color (decimal): -15920357 or 1774349. OLE color: 1774349.

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

Color convert

RGB 13 19 27 -
CMYK 0.52 0.30 0 0.89
HSL 214.29º 0.35% 0.08% -
HSV(B) 214.29º 0.52% 0.11% -
XYZ 0.6 0.63 1.13 -
YUV 18.12 133.01 124.35 -
System Red Green Blue C M Y K H S L
Decimal 13 19 27 0.52 0.30 0 0.89 214.29 0.35 0.08
Hex D 13 1B 34 1E 0 59 D6 23 8
Octal 15 23 33 64 36 0 131 326 43 10
Binary 1101 10011 11011 110100 11110 0 1011001 11010110 100011 1000

Color Harmonies of #0D131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D131B

Black with #0D131B

Text Example


Text Example

White with #0D131B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,19,27); }

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

background-color css

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

 a { background-color: rgb(13,19,27); }

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

border-color css

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

 span { border-color: rgb(13,19,27); }

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