#0B0025

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

Shades of Blackcurrant #0B0025

Tints of Blackcurrant #0B0025

Color information

#0B0025 (or 0x0B0025) is unknown color: approx Blackcurrant. HEX triplet: 0B, 00 and 25. RGB value is (11,0,37). Sum of RGB (Red+Green+Blue) = 11+0+37=48 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.92% from 48); Green value is 0 (0.39% from 255 or 0% from 48); Blue value is 37 (14.84% from 255 or 77.08% from 48); Max value from RGB is 37 - color contains mainly: blue. Hex color #0B0025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0025 is #F4FFDA. Grayscale: #070707. Windows color (decimal): -16056283 or 2424843. OLE color: 2424843.

HSL color Cylindrical-coordinate representation of color #0B0025: hue angle of 257.84º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B0025 is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB11037-
CMYK0.70100.85
HSL257.84º100%7.25%-
HSV(B)257.84º100%14.51%-
XYZ0.470.21.76-
YUV7.51144.64130.49-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 22.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 37 (14.84% from 255) = 77.08%
R=22.92%
G=0%
B=77.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal110370.70100.85257.841007.25
HexB0254664055102647
Octal1304510614401254021447
Binary1011010010110001101100100010101011000000101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,0,37); }

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

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

 a { background-color: rgb(11,0,37); }

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

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

 span { border-color: rgb(11,0,37); }

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