#0D222D

Color #0D222D Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #0D222D

Tints of Black Pearl #0D222D

Color information

#0D222D (or 0x0D222D) is unknown color: approx Black Pearl. HEX triplet: 0D, 22 and 2D. RGB value is (13,34,45). Sum of RGB (Red+Green+Blue) = 13+34+45=92 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.13% from 92); Green value is 34 (13.67% from 255 or 36.96% from 92); Blue value is 45 (17.97% from 255 or 48.91% from 92); Max value from RGB is 45 - color contains mainly: blue. Hex color #0D222D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D222D is #F2DDD2. Grayscale: #1C1C1C. Windows color (decimal): -15916499 or 2957837. OLE color: 2957837.

HSL color Cylindrical-coordinate representation of color #0D222D: hue angle of 200.62º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0D222D is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB133445-
CMYK0.710.2400.82
HSL200.62º55.17%11.37%-
HSV(B)200.62º71.11%17.65%-
XYZ1.211.422.69-
YUV28.98137.04116.61-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.13%
GREEN value IS 34 (13.67% from 255) = 36.96%
BLUE value IS 45 (17.97% from 255) = 48.91%
R=14.13%
G=36.96%
B=48.91%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1334450.710.2400.82200.6255.1711.37
HexD222D4718052c937b
Octal1542551073001223116713
Binary110110001010110110001111100001010010110010011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D222D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,34,45); }

 H1.HeaderClassName
 {
   color: #0D222D;
 }
 .AnyTagClassName
 {
   color: #0D222D;
 }
</style>
background-color css

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

 a { background-color: rgb(13,34,45); }

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

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

 span { border-color: rgb(13,34,45); }

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