#230D3A

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

Shades of Blackcurrant #230D3A

Tints of Blackcurrant #230D3A

Color information

#230D3A (or 0x230D3A) is unknown color: approx Blackcurrant. HEX triplet: 23, 0D and 3A. RGB value is (35,13,58). Sum of RGB (Red+Green+Blue) = 35+13+58=106 (14% of max value = 765). Red value is 35 (14.06% from 255 or 33.02% from 106); Green value is 13 (5.47% from 255 or 12.26% from 106); Blue value is 58 (23.05% from 255 or 54.72% from 106); Max value from RGB is 58 - color contains mainly: blue. Hex color #230D3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230D3A is #DCF2C5. Grayscale: #181818. Windows color (decimal): -14480070 or 3804451. OLE color: 3804451.

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

Color convert

RGB351358-
CMYK0.400.7800.77
HSL269.33º63.38%13.92%-
HSV(B)269.33º77.59%22.75%-
XYZ1.60.954.1-
YUV24.71146.79135.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.02%
GREEN value IS 13 (5.47% from 255) = 12.26%
BLUE value IS 58 (23.05% from 255) = 54.72%
R=33.02%
G=12.26%
B=54.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3513580.400.7800.77269.3363.3813.92
Hex23D3A284E04D10d3fe
Octal4315725011601154157716
Binary10001111011110101010001001110010011011000011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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