#230836

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

Shades of Blackcurrant #230836

Tints of Blackcurrant #230836

Color information

#230836 (or 0x230836) is unknown color: approx Blackcurrant. HEX triplet: 23, 08 and 36. RGB value is (35,8,54). Sum of RGB (Red+Green+Blue) = 35+8+54=97 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.08% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 54 (21.48% from 255 or 55.67% from 97); Max value from RGB is 54 - color contains mainly: blue. Hex color #230836 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230836 is #DCF7C9. Grayscale: #151515. Windows color (decimal): -14481354 or 3541027. OLE color: 3541027.

HSL color Cylindrical-coordinate representation of color #230836: hue angle of 275.22º 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 #230836 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB35854-
CMYK0.350.8500.79
HSL275.22º74.19%12.16%-
HSV(B)275.22º85.19%21.18%-
XYZ1.450.83.57-
YUV21.32146.45137.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.08%
GREEN value IS 8 (3.52% from 255) = 8.25%
BLUE value IS 54 (21.48% from 255) = 55.67%
R=36.08%
G=8.25%
B=55.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal358540.350.8500.79275.2274.1912.16
Hex23836235504F1134ac
Octal43106643125011742311214
Binary100011100011011010001110101010100111110001001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230836; }

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

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

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

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

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

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

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

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