#230E38

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

Shades of Blackcurrant #230E38

Tints of Blackcurrant #230E38

Color information

#230E38 (or 0x230E38) is unknown color: approx Blackcurrant. HEX triplet: 23, 0E and 38. RGB value is (35,14,56). Sum of RGB (Red+Green+Blue) = 35+14+56=105 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.33% from 105); Green value is 14 (5.86% from 255 or 13.33% from 105); Blue value is 56 (22.27% from 255 or 53.33% from 105); Max value from RGB is 56 - color contains mainly: blue. Hex color #230E38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230E38 is #DCF1C7. Grayscale: #181818. Windows color (decimal): -14479816 or 3673635. OLE color: 3673635.

HSL color Cylindrical-coordinate representation of color #230E38: hue angle of 270º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #230E38 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB351456-
CMYK0.370.7500.78
HSL270º60%13.73%-
HSV(B)270º75%21.96%-
XYZ1.560.963.84-
YUV25.07145.46135.08-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.33%
GREEN value IS 14 (5.86% from 255) = 13.33%
BLUE value IS 56 (22.27% from 255) = 53.33%
R=33.33%
G=13.33%
B=53.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3514560.370.7500.782706013.73
Hex23E38254B04E10e3ce
Octal4316704511301164167416
Binary10001111101110001001011001011010011101000011101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230E38; }

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

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

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

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

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

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

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

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