#1C0B2A

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

Shades of Blackcurrant #1C0B2A

Tints of Blackcurrant #1C0B2A

Color information

#1C0B2A (or 0x1C0B2A) is unknown color: approx Blackcurrant. HEX triplet: 1C, 0B and 2A. RGB value is (28,11,42). Sum of RGB (Red+Green+Blue) = 28+11+42=81 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.57% from 81); Green value is 11 (4.69% from 255 or 13.58% from 81); Blue value is 42 (16.80% from 255 or 51.85% from 81); Max value from RGB is 42 - color contains mainly: blue. Hex color #1C0B2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0B2A is #E3F4D5. Grayscale: #131313. Windows color (decimal): -14939350 or 2755356. OLE color: 2755356.

HSL color Cylindrical-coordinate representation of color #1C0B2A: hue angle of 272.9º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C0B2A is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB281142-
CMYK0.330.7400.84
HSL272.9º58.49%10.39%-
HSV(B)272.9º73.81%16.47%-
XYZ1.020.652.26-
YUV19.62140.63133.98-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 34.57%
GREEN value IS 11 (4.69% from 255) = 13.58%
BLUE value IS 42 (16.80% from 255) = 51.85%
R=34.57%
G=13.58%
B=51.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2811420.330.7400.84272.958.4910.39
Hex1CB2A214A0541113aa
Octal3413524111201244217212
Binary1110010111010101000011001010010101001000100011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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