#1C0B33

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

Shades of Blackcurrant #1C0B33

Tints of Blackcurrant #1C0B33

Color information

#1C0B33 (or 0x1C0B33) is unknown color: approx Blackcurrant. HEX triplet: 1C, 0B and 33. RGB value is (28,11,51). Sum of RGB (Red+Green+Blue) = 28+11+51=90 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.11% from 90); Green value is 11 (4.69% from 255 or 12.22% from 90); Blue value is 51 (20.31% from 255 or 56.67% from 90); Max value from RGB is 51 - color contains mainly: blue. Hex color #1C0B33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0B33 is #E3F4CC. Grayscale: #141414. Windows color (decimal): -14939341 or 3345180. OLE color: 3345180.

HSL color Cylindrical-coordinate representation of color #1C0B33: hue angle of 265.5º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C0B33 is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB281151-
CMYK0.450.7800.8
HSL265.5º64.52%12.16%-
HSV(B)265.5º78.43%20%-
XYZ1.20.733.21-
YUV20.64145.13133.25-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 31.11%
GREEN value IS 11 (4.69% from 255) = 12.22%
BLUE value IS 51 (20.31% from 255) = 56.67%
R=31.11%
G=12.22%
B=56.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2811510.450.7800.8265.564.5212.16
Hex1CB332D4E05010a41c
Octal34136355116012041210114
Binary11100101111001110110110011100101000010000101010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C0B33; }

 p { color: rgb(28,11,51); }

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

<style>
 a { background-color: #1C0B33; }

 a { background-color: rgb(28,11,51); }

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

<style>
 span { border-color: #1C0B33; }

 span { border-color: rgb(28,11,51); }

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