#281E34

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

Shades of Blackcurrant #281E34

Tints of Blackcurrant #281E34

Color information

#281E34 (or 0x281E34) is unknown color: approx Blackcurrant. HEX triplet: 28, 1E and 34. RGB value is (40,30,52). Sum of RGB (Red+Green+Blue) = 40+30+52=122 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.79% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 52 (20.70% from 255 or 42.62% from 122); Max value from RGB is 52 - color contains mainly: blue. Hex color #281E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281E34 is #D7E1CB. Grayscale: #232323. Windows color (decimal): -14148044 or 3415592. OLE color: 3415592.

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

Color convert

RGB403052-
CMYK0.230.4200.80
HSL267.27º26.83%16.08%-
HSV(B)267.27º42.31%20.39%-
XYZ1.961.633.46-
YUV35.5137.31131.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32.79%
GREEN value IS 30 (12.11% from 255) = 24.59%
BLUE value IS 52 (20.70% from 255) = 42.62%
R=32.79%
G=24.59%
B=42.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4030520.230.4200.80267.2726.8316.08
Hex281E34172A05010b1b10
Octal503664275201204133320
Binary1010001111011010010111101010010100001000010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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