#0D262C

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

Shades of Black Pearl #0D262C

Tints of Black Pearl #0D262C

Color information

#0D262C (or 0x0D262C) is unknown color: approx Black Pearl. HEX triplet: 0D, 26 and 2C. RGB value is (13,38,44). Sum of RGB (Red+Green+Blue) = 13+38+44=95 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.68% from 95); Green value is 38 (15.23% from 255 or 40% from 95); Blue value is 44 (17.58% from 255 or 46.32% from 95); Max value from RGB is 44 - color contains mainly: blue. Hex color #0D262C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D262C is #F2D9D3. Grayscale: #1F1F1F. Windows color (decimal): -15915476 or 2893325. OLE color: 2893325.

HSL color Cylindrical-coordinate representation of color #0D262C: hue angle of 191.61º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0D262C is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB133844-
CMYK0.700.1400.83
HSL191.61º54.39%11.18%-
HSV(B)191.61º70.45%17.25%-
XYZ1.311.652.63-
YUV31.21135.22115.01-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.68%
GREEN value IS 38 (15.23% from 255) = 40%
BLUE value IS 44 (17.58% from 255) = 46.32%
R=13.68%
G=40%
B=46.32%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1338440.700.1400.83191.6154.3911.18
HexD262C46E053c036b
Octal1546541061601233006613
Binary11011001101011001000110111001010011110000001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D262C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,38,44); }

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

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

 a { background-color: rgb(13,38,44); }

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

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

 span { border-color: rgb(13,38,44); }

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