#230828

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

Shades of Blackcurrant #230828

Tints of Blackcurrant #230828

Color information

#230828 (or 0x230828) is unknown color: approx Blackcurrant. HEX triplet: 23, 08 and 28. RGB value is (35,8,40). Sum of RGB (Red+Green+Blue) = 35+8+40=83 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.17% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 40 (16.02% from 255 or 48.19% from 83); Max value from RGB is 40 - color contains mainly: blue. Hex color #230828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230828 is #DCF7D7. Grayscale: #131313. Windows color (decimal): -14481368 or 2623523. OLE color: 2623523.

HSL color Cylindrical-coordinate representation of color #230828: hue angle of 290.62º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #230828 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB35840-
CMYK0.120.8000.84
HSL290.62º66.67%9.41%-
HSV(B)290.62º80%15.69%-
XYZ1.160.682.08-
YUV19.72139.45138.9-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 42.17%
GREEN value IS 8 (3.52% from 255) = 9.64%
BLUE value IS 40 (16.02% from 255) = 48.19%
R=42.17%
G=9.64%
B=48.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal358400.120.8000.84290.6266.679.41
Hex23828C50054123439
Octal43105014120012444310311
Binary1000111000101000110010100000101010010010001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230828; }

 p { color: rgb(35,8,40); }

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

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

 a { background-color: rgb(35,8,40); }

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

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

 span { border-color: rgb(35,8,40); }

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