#0D222F

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

Shades of Black Pearl #0D222F

Tints of Black Pearl #0D222F

Color information

#0D222F (or 0x0D222F) is unknown color: approx Black Pearl. HEX triplet: 0D, 22 and 2F. RGB value is (13,34,47). Sum of RGB (Red+Green+Blue) = 13+34+47=94 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.83% from 94); Green value is 34 (13.67% from 255 or 36.17% from 94); Blue value is 47 (18.75% from 255 or 50% from 94); Max value from RGB is 47 - color contains mainly: blue. Hex color #0D222F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D222F is #F2DDD0. Grayscale: #1D1D1D. Windows color (decimal): -15916497 or 3088909. OLE color: 3088909.

HSL color Cylindrical-coordinate representation of color #0D222F: hue angle of 202.94º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0D222F is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB133447-
CMYK0.720.2800.82
HSL202.94º56.67%11.76%-
HSV(B)202.94º72.34%18.43%-
XYZ1.251.432.9-
YUV29.2138.04116.44-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.83%
GREEN value IS 34 (13.67% from 255) = 36.17%
BLUE value IS 47 (18.75% from 255) = 50%
R=13.83%
G=36.17%
B=50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1334470.720.2800.82202.9456.6711.76
HexD222F481C052cb39c
Octal1542571103401223137114
Binary110110001010111110010001110001010010110010111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D222F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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