#0C1F2F

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

Shades of Black Pearl #0C1F2F

Tints of Black Pearl #0C1F2F

Color information

#0C1F2F (or 0x0C1F2F) is unknown color: approx Black Pearl. HEX triplet: 0C, 1F and 2F. RGB value is (12,31,47). Sum of RGB (Red+Green+Blue) = 12+31+47=90 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.33% from 90); Green value is 31 (12.5% from 255 or 34.44% from 90); Blue value is 47 (18.75% from 255 or 52.22% from 90); Max value from RGB is 47 - color contains mainly: blue. Hex color #0C1F2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C1F2F is #F3E0D0. Grayscale: #1B1B1B. Windows color (decimal): -15982801 or 3088140. OLE color: 3088140.

HSL color Cylindrical-coordinate representation of color #0C1F2F: hue angle of 207.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 #0C1F2F is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB123147-
CMYK0.740.3400.82
HSL207.43º59.32%11.57%-
HSV(B)207.43º74.47%18.43%-
XYZ1.151.262.87-
YUV27.14139.21117.2-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.33%
GREEN value IS 31 (12.5% from 255) = 34.44%
BLUE value IS 47 (18.75% from 255) = 52.22%
R=13.33%
G=34.44%
B=52.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1231470.740.3400.82207.4359.3211.57
HexC1F2F4A22052cf3bc
Octal1437571124201223177314
Binary110011111101111100101010001001010010110011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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