#230D38

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

Shades of Blackcurrant #230D38

Tints of Blackcurrant #230D38

Color information

#230D38 (or 0x230D38) is unknown color: approx Blackcurrant. HEX triplet: 23, 0D and 38. RGB value is (35,13,56). Sum of RGB (Red+Green+Blue) = 35+13+56=104 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.65% from 104); Green value is 13 (5.47% from 255 or 12.5% from 104); Blue value is 56 (22.27% from 255 or 53.85% from 104); Max value from RGB is 56 - color contains mainly: blue. Hex color #230D38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230D38 is #DCF2C7. Grayscale: #181818. Windows color (decimal): -14480072 or 3673379. OLE color: 3673379.

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

Color convert

RGB351356-
CMYK0.370.7700.78
HSL270.7º62.32%13.53%-
HSV(B)270.7º76.79%21.96%-
XYZ1.550.933.84-
YUV24.48145.79135.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.65%
GREEN value IS 13 (5.47% from 255) = 12.5%
BLUE value IS 56 (22.27% from 255) = 53.85%
R=33.65%
G=12.5%
B=53.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3513560.370.7700.78270.762.3213.53
Hex23D38254D04E10f3ee
Octal4315704511501164177616
Binary10001111011110001001011001101010011101000011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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