#281C34

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

Shades of Blackcurrant #281C34

Tints of Blackcurrant #281C34

Color information

#281C34 (or 0x281C34) is unknown color: approx Blackcurrant. HEX triplet: 28, 1C and 34. RGB value is (40,28,52). Sum of RGB (Red+Green+Blue) = 40+28+52=120 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.33% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 52 (20.70% from 255 or 43.33% from 120); Max value from RGB is 52 - color contains mainly: blue. Hex color #281C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281C34 is #D7E3CB. Grayscale: #222222. Windows color (decimal): -14148556 or 3415080. OLE color: 3415080.

HSL color Cylindrical-coordinate representation of color #281C34: hue angle of 270º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #281C34 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB402852-
CMYK0.230.4600.80
HSL270º30%15.69%-
HSV(B)270º46.15%20.39%-
XYZ1.911.533.44-
YUV34.32137.98132.05-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.33%
GREEN value IS 28 (11.33% from 255) = 23.33%
BLUE value IS 52 (20.70% from 255) = 43.33%
R=33.33%
G=23.33%
B=43.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4028520.230.4600.802703015.69
Hex281C34172E05010e1e10
Octal503464275601204163620
Binary1010001110011010010111101110010100001000011101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281C34; }

 p { color: rgb(40,28,52); }

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

<style>
 a { background-color: #281C34; }

 a { background-color: rgb(40,28,52); }

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

<style>
 span { border-color: #281C34; }

 span { border-color: rgb(40,28,52); }

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