#230835

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

Shades of Blackcurrant #230835

Tints of Blackcurrant #230835

Color information

#230835 (or 0x230835) is unknown color: approx Blackcurrant. HEX triplet: 23, 08 and 35. RGB value is (35,8,53). Sum of RGB (Red+Green+Blue) = 35+8+53=96 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.46% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 53 (21.09% from 255 or 55.21% from 96); Max value from RGB is 53 - color contains mainly: blue. Hex color #230835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230835 is #DCF7CA. Grayscale: #151515. Windows color (decimal): -14481355 or 3475491. OLE color: 3475491.

HSL color Cylindrical-coordinate representation of color #230835: hue angle of 276º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #230835 is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB35853-
CMYK0.340.8500.79
HSL276º73.77%11.96%-
HSV(B)276º84.91%20.78%-
XYZ1.420.793.45-
YUV21.2145.95137.84-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.46%
GREEN value IS 8 (3.52% from 255) = 8.33%
BLUE value IS 53 (21.09% from 255) = 55.21%
R=36.46%
G=8.33%
B=55.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal358530.340.8500.7927673.7711.96
Hex23835225504F1144ac
Octal43106542125011742411214
Binary100011100011010110001010101010100111110001010010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230835; }

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

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

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

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

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

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

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

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