#230348

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

Shades of Blackcurrant #230348

Tints of Blackcurrant #230348

Color information

#230348 (or 0x230348) is unknown color: approx Blackcurrant. HEX triplet: 23, 03 and 48. RGB value is (35,3,72). Sum of RGB (Red+Green+Blue) = 35+3+72=110 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.82% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 72 (28.52% from 255 or 65.45% from 110); Max value from RGB is 72 - color contains mainly: blue. Hex color #230348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230348 is #DCFCB7. Grayscale: #141414. Windows color (decimal): -14482616 or 4719395. OLE color: 4719395.

HSL color Cylindrical-coordinate representation of color #230348: hue angle of 267.83º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #230348 is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB35372-
CMYK0.510.9600.72
HSL267.83º92%14.71%-
HSV(B)267.83º95.83%28.24%-
XYZ1.90.896.2-
YUV20.43157.1138.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 31.82%
GREEN value IS 3 (1.56% from 255) = 2.73%
BLUE value IS 72 (28.52% from 255) = 65.45%
R=31.82%
G=2.73%
B=65.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal353720.510.9600.72267.839214.71
Hex23348336004810c5cf
Octal43311063140011041413417
Binary10001111100100011001111000000100100010000110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230348; }

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

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

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

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

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

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

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

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