#230930

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

Shades of Blackcurrant #230930

Tints of Blackcurrant #230930

Color information

#230930 (or 0x230930) is unknown color: approx Blackcurrant. HEX triplet: 23, 09 and 30. RGB value is (35,9,48). Sum of RGB (Red+Green+Blue) = 35+9+48=92 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.04% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 48 (19.14% from 255 or 52.17% from 92); Max value from RGB is 48 - color contains mainly: blue. Hex color #230930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230930 is #DCF6CF. Grayscale: #151515. Windows color (decimal): -14481104 or 3148067. OLE color: 3148067.

HSL color Cylindrical-coordinate representation of color #230930: hue angle of 280º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #230930 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB35948-
CMYK0.270.8100.81
HSL280º68.42%11.18%-
HSV(B)280º81.25%18.82%-
XYZ1.320.772.87-
YUV21.22143.11137.83-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.04%
GREEN value IS 9 (3.91% from 255) = 9.78%
BLUE value IS 48 (19.14% from 255) = 52.17%
R=38.04%
G=9.78%
B=52.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal359480.270.8100.8128068.4211.18
Hex239301B5105111844b
Octal43116033121012143010413
Binary10001110011100001101110100010101000110001100010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230930; }

 p { color: rgb(35,9,48); }

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

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

 a { background-color: rgb(35,9,48); }

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

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

 span { border-color: rgb(35,9,48); }

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