#230349

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

Shades of Blackcurrant #230349

Tints of Blackcurrant #230349

Color information

#230349 (or 0x230349) is unknown color: approx Blackcurrant. HEX triplet: 23, 03 and 49. RGB value is (35,3,73). Sum of RGB (Red+Green+Blue) = 35+3+73=111 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.53% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 73 (28.91% from 255 or 65.77% from 111); Max value from RGB is 73 - color contains mainly: blue. Hex color #230349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230349 is #DCFCB6. Grayscale: #141414. Windows color (decimal): -14482615 or 4784931. OLE color: 4784931.

HSL color Cylindrical-coordinate representation of color #230349: hue angle of 267.43º 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 #230349 is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB35373-
CMYK0.520.9600.71
HSL267.43º92.11%14.9%-
HSV(B)267.43º95.89%28.63%-
XYZ1.930.96.38-
YUV20.55157.6138.31-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 31.53%
GREEN value IS 3 (1.56% from 255) = 2.70%
BLUE value IS 73 (28.91% from 255) = 65.77%
R=31.53%
G=2.70%
B=65.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal353730.520.9600.71267.4392.1114.9
Hex23349346004710b5cf
Octal43311164140010741313417
Binary10001111100100111010011000000100011110000101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230349; }

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

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

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

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

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

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

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

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