#0F0323

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

Shades of Blackcurrant #0F0323

Tints of Blackcurrant #0F0323

Color information

#0F0323 (or 0x0F0323) is unknown color: approx Blackcurrant. HEX triplet: 0F, 03 and 23. RGB value is (15,3,35). Sum of RGB (Red+Green+Blue) = 15+3+35=53 (7% of max value = 765). Red value is 15 (6.25% from 255 or 28.30% from 53); Green value is 3 (1.56% from 255 or 5.66% from 53); Blue value is 35 (14.06% from 255 or 66.04% from 53); Max value from RGB is 35 - color contains mainly: blue. Hex color #0F0323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0323 is #F0FCDC. Grayscale: #0A0A0A. Windows color (decimal): -15793373 or 2294543. OLE color: 2294543.

HSL color Cylindrical-coordinate representation of color #0F0323: hue angle of 262.5º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F0323 is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB15335-
CMYK0.570.9100.86
HSL262.5º84.21%7.45%-
HSV(B)262.5º91.43%13.73%-
XYZ0.530.291.62-
YUV10.24141.98131.4-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 28.30%
GREEN value IS 3 (1.56% from 255) = 5.66%
BLUE value IS 35 (14.06% from 255) = 66.04%
R=28.30%
G=5.66%
B=66.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal153350.570.9100.86262.584.217.45
HexF323395B056106547
Octal173437113301264061247
Binary1111111000111110011011011010101101000001101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,3,35); }

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

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

 a { background-color: rgb(15,3,35); }

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

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

 span { border-color: rgb(15,3,35); }

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