#23093F

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

Shades of Blackcurrant #23093F

Tints of Blackcurrant #23093F

Color information

#23093F (or 0x23093F) is unknown color: approx Blackcurrant. HEX triplet: 23, 09 and 3F. RGB value is (35,9,63). Sum of RGB (Red+Green+Blue) = 35+9+63=107 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.71% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 63 (25% from 255 or 58.88% from 107); Max value from RGB is 63 - color contains mainly: blue. Hex color #23093F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23093F is #DCF6C0. Grayscale: #161616. Windows color (decimal): -14481089 or 4131107. OLE color: 4131107.

HSL color Cylindrical-coordinate representation of color #23093F: hue angle of 268.89º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23093F is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB35963-
CMYK0.440.8600.75
HSL268.89º75%14.12%-
HSV(B)268.89º85.71%24.71%-
XYZ1.690.914.79-
YUV22.93150.61136.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 32.71%
GREEN value IS 9 (3.91% from 255) = 8.41%
BLUE value IS 63 (25% from 255) = 58.88%
R=32.71%
G=8.41%
B=58.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal359630.440.8600.75268.897514.12
Hex2393F2C5604B10d4be
Octal43117754126011341511316
Binary100011100111111110110010101100100101110000110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23093F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23093F; }

 p { color: rgb(35,9,63); }

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

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

 a { background-color: rgb(35,9,63); }

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

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

 span { border-color: rgb(35,9,63); }

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