#230638

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

Shades of Blackcurrant #230638

Tints of Blackcurrant #230638

Color information

#230638 (or 0x230638) is unknown color: approx Blackcurrant. HEX triplet: 23, 06 and 38. RGB value is (35,6,56). Sum of RGB (Red+Green+Blue) = 35+6+56=97 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.08% from 97); Green value is 6 (2.73% from 255 or 6.19% from 97); Blue value is 56 (22.27% from 255 or 57.73% from 97); Max value from RGB is 56 - color contains mainly: blue. Hex color #230638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230638 is #DCF9C7. Grayscale: #141414. Windows color (decimal): -14481864 or 3671587. OLE color: 3671587.

HSL color Cylindrical-coordinate representation of color #230638: hue angle of 274.8º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #230638 is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB35656-
CMYK0.370.8900.78
HSL274.8º80.65%12.16%-
HSV(B)274.8º89.29%21.96%-
XYZ1.470.773.81-
YUV20.37148.11138.43-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.08%
GREEN value IS 6 (2.73% from 255) = 6.19%
BLUE value IS 56 (22.27% from 255) = 57.73%
R=36.08%
G=6.19%
B=57.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal356560.370.8900.78274.880.6512.16
Hex23638255904E11351c
Octal4367045131011642312114
Binary10001111011100010010110110010100111010001001110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230638; }

 p { color: rgb(35,6,56); }

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

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

 a { background-color: rgb(35,6,56); }

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

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

 span { border-color: rgb(35,6,56); }

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