#230748

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

Shades of Blackcurrant #230748

Tints of Blackcurrant #230748

Color information

#230748 (or 0x230748) is unknown color: approx Blackcurrant. HEX triplet: 23, 07 and 48. RGB value is (35,7,72). Sum of RGB (Red+Green+Blue) = 35+7+72=114 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.70% from 114); Green value is 7 (3.12% from 255 or 6.14% from 114); Blue value is 72 (28.52% from 255 or 63.16% from 114); Max value from RGB is 72 - color contains mainly: blue. Hex color #230748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230748 is #DCF8B7. Grayscale: #161616. Windows color (decimal): -14481592 or 4720419. OLE color: 4720419.

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

Color convert

RGB35772-
CMYK0.510.9000.72
HSL265.85º82.28%15.49%-
HSV(B)265.85º90.28%28.24%-
XYZ1.940.986.22-
YUV22.78155.78136.71-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 30.70%
GREEN value IS 7 (3.12% from 255) = 6.14%
BLUE value IS 72 (28.52% from 255) = 63.16%
R=30.70%
G=6.14%
B=63.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal357720.510.9000.72265.8582.2815.49
Hex23748335A04810a52f
Octal43711063132011041212217
Binary100011111100100011001110110100100100010000101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230748; }

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

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

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

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

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

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

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

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