#23034B

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

Shades of Blackcurrant #23034B

Tints of Blackcurrant #23034B

Color information

#23034B (or 0x23034B) is unknown color: approx Blackcurrant. HEX triplet: 23, 03 and 4B. RGB value is (35,3,75). Sum of RGB (Red+Green+Blue) = 35+3+75=113 (14% of max value = 765). Red value is 35 (14.06% from 255 or 30.97% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 75 (29.69% from 255 or 66.37% from 113); Max value from RGB is 75 - color contains mainly: blue. Hex color #23034B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23034B is #DCFCB4. Grayscale: #141414. Windows color (decimal): -14482613 or 4916003. OLE color: 4916003.

HSL color Cylindrical-coordinate representation of color #23034B: hue angle of 266.67º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #23034B is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB35375-
CMYK0.530.9600.71
HSL266.67º92.31%15.29%-
HSV(B)266.67º96%29.41%-
XYZ20.936.73-
YUV20.78158.6138.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 30.97%
GREEN value IS 3 (1.56% from 255) = 2.65%
BLUE value IS 75 (29.69% from 255) = 66.37%
R=30.97%
G=2.65%
B=66.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal353750.530.9600.71266.6792.3115.29
Hex2334B356004710b5cf
Octal43311365140010741313417
Binary10001111100101111010111000000100011110000101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23034B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23034B; }

 p { color: rgb(35,3,75); }

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

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

 a { background-color: rgb(35,3,75); }

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

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

 span { border-color: rgb(35,3,75); }

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