#281230

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

Shades of Blackcurrant #281230

Tints of Blackcurrant #281230

Color information

#281230 (or 0x281230) is unknown color: approx Blackcurrant. HEX triplet: 28, 12 and 30. RGB value is (40,18,48). Sum of RGB (Red+Green+Blue) = 40+18+48=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 48 (19.14% from 255 or 45.28% from 106); Max value from RGB is 48 - color contains mainly: blue. Hex color #281230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281230 is #D7EDCF. Grayscale: #1B1B1B. Windows color (decimal): -14151120 or 3150376. OLE color: 3150376.

HSL color Cylindrical-coordinate representation of color #281230: hue angle of 284º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #281230 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB401848-
CMYK0.170.6300.81
HSL284º45.45%12.94%-
HSV(B)284º62.5%18.82%-
XYZ1.621.12.92-
YUV28139.29136.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 37.74%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 48 (19.14% from 255) = 45.28%
R=37.74%
G=16.98%
B=45.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4018480.170.6300.8128445.4512.94
Hex281230113F05111c2dd
Octal502260217701214345515
Binary1010001001011000010001111111010100011000111001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281230; }

 p { color: rgb(40,18,48); }

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

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

 a { background-color: rgb(40,18,48); }

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

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

 span { border-color: rgb(40,18,48); }

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