#230934

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

Shades of Blackcurrant #230934

Tints of Blackcurrant #230934

Color information

#230934 (or 0x230934) is unknown color: approx Blackcurrant. HEX triplet: 23, 09 and 34. RGB value is (35,9,52). Sum of RGB (Red+Green+Blue) = 35+9+52=96 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.46% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 52 (20.70% from 255 or 54.17% from 96); Max value from RGB is 52 - color contains mainly: blue. Hex color #230934 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230934 is #DCF6CB. Grayscale: #151515. Windows color (decimal): -14481100 or 3410211. OLE color: 3410211.

HSL color Cylindrical-coordinate representation of color #230934: hue angle of 276.28º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #230934 is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB35952-
CMYK0.330.8300.80
HSL276.28º70.49%11.96%-
HSV(B)276.28º82.69%20.39%-
XYZ1.410.83.33-
YUV21.68145.11137.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.46%
GREEN value IS 9 (3.91% from 255) = 9.38%
BLUE value IS 52 (20.70% from 255) = 54.17%
R=36.46%
G=9.38%
B=54.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal359520.330.8300.80276.2870.4911.96
Hex23934215305011446c
Octal43116441123012042410614
Binary100011100111010010000110100110101000010001010010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230934; }

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

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

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

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

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

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

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

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