#0C262F

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

Shades of Black Pearl #0C262F

Tints of Black Pearl #0C262F

Color information

#0C262F (or 0x0C262F) is unknown color: approx Black Pearl. HEX triplet: 0C, 26 and 2F. RGB value is (12,38,47). Sum of RGB (Red+Green+Blue) = 12+38+47=97 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.37% from 97); Green value is 38 (15.23% from 255 or 39.18% from 97); Blue value is 47 (18.75% from 255 or 48.45% from 97); Max value from RGB is 47 - color contains mainly: blue. Hex color #0C262F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C262F is #F3D9D0. Grayscale: #1F1F1F. Windows color (decimal): -15981009 or 3089932. OLE color: 3089932.

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

Color convert

RGB123847-
CMYK0.740.1900.82
HSL195.43º59.32%11.57%-
HSV(B)195.43º74.47%18.43%-
XYZ1.361.672.94-
YUV31.25136.89114.27-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.37%
GREEN value IS 38 (15.23% from 255) = 39.18%
BLUE value IS 47 (18.75% from 255) = 48.45%
R=12.37%
G=39.18%
B=48.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1238470.740.1900.82195.4359.3211.57
HexC262F4A13052c33bc
Octal1446571122301223037314
Binary110010011010111110010101001101010010110000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C262F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,38,47); }

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

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

 a { background-color: rgb(12,38,47); }

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

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

 span { border-color: rgb(12,38,47); }

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