#230738

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

Shades of Blackcurrant #230738

Tints of Blackcurrant #230738

Color information

#230738 (or 0x230738) is unknown color: approx Blackcurrant. HEX triplet: 23, 07 and 38. RGB value is (35,7,56). Sum of RGB (Red+Green+Blue) = 35+7+56=98 (12% of max value = 765). Red value is 35 (14.06% from 255 or 35.71% from 98); Green value is 7 (3.12% from 255 or 7.14% from 98); Blue value is 56 (22.27% from 255 or 57.14% from 98); Max value from RGB is 56 - color contains mainly: blue. Hex color #230738 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230738 is #DCF8C7. Grayscale: #141414. Windows color (decimal): -14481608 or 3671843. OLE color: 3671843.

HSL color Cylindrical-coordinate representation of color #230738: hue angle of 274.29º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #230738 is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB35756-
CMYK0.370.8800.78
HSL274.29º77.78%12.35%-
HSV(B)274.29º87.5%21.96%-
XYZ1.480.793.82-
YUV20.96147.78138.02-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 35.71%
GREEN value IS 7 (3.12% from 255) = 7.14%
BLUE value IS 56 (22.27% from 255) = 57.14%
R=35.71%
G=7.14%
B=57.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal357560.370.8800.78274.2977.7812.35
Hex23738255804E1124ec
Octal4377045130011642211614
Binary10001111111100010010110110000100111010001001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230738; }

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

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

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

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

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

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

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

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