Html Css Color HEX #0D1521 Black Pearl

📋 copy color: '#0D1521'

red 13 ◦ green 21 ◦ blue 33

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

Shades of Black Pearl #0D1521

Tints of Black Pearl #0D1521

RGB

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

 GREEN value IS 21 (8.59% from 255) = 31.34%

 BLUE value IS 33 (13.28% from 255) = 49.25%

R = 19.4%
G = 31.34%
B = 49.25%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0D1521 (or 0x0D1521) is known color: Black Pearl. HEX triplet: 0D, 15 and 21. RGB value is (13,21,33). Sum of RGB (Red+Green+Blue) = 13+21+33=67 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.40% from 67); Green value is 21 (8.59% from 255 or 31.34% from 67); Blue value is 33 (13.28% from 255 or 49.25% from 67); Max value from RGB is 33 - color contains mainly: blue. Hex color #0D1521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1521 is #F2EADE. Grayscale: #131313. Windows color (decimal): -15919839 or 2168077. OLE color: 2168077.

HSL color Cylindrical-coordinate representation of color #0D1521: hue angle of 216º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0D1521 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 13 21 33 -
CMYK 0.61 0.36 0 0.87
HSL 216º 0.43% 0.09% -
HSV(B) 216º 0.61% 0.13% -
XYZ 0.71 0.73 1.54 -
YUV 19.98 135.35 123.02 -
System Red Green Blue C M Y K H S L
Decimal 13 21 33 0.61 0.36 0 0.87 216 0.43 0.09
Hex D 15 21 3D 24 0 57 D8 2B 9
Octal 15 25 41 75 44 0 127 330 53 11
Binary 1101 10101 100001 111101 100100 0 1010111 11011000 101011 1001

Color Harmonies of #0D1521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1521

Black with #0D1521

Text Example


Text Example

White with #0D1521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,21,33); }

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

background-color css

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

 a { background-color: rgb(13,21,33); }

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

border-color css

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

 span { border-color: rgb(13,21,33); }

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