#230534

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

Shades of Blackcurrant #230534

Tints of Blackcurrant #230534

Color information

#230534 (or 0x230534) is unknown color: approx Blackcurrant. HEX triplet: 23, 05 and 34. RGB value is (35,5,52). Sum of RGB (Red+Green+Blue) = 35+5+52=92 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.04% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 52 (20.70% from 255 or 56.52% from 92); Max value from RGB is 52 - color contains mainly: blue. Hex color #230534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230534 is #DCFACB. Grayscale: #131313. Windows color (decimal): -14482124 or 3409187. OLE color: 3409187.

HSL color Cylindrical-coordinate representation of color #230534: hue angle of 278.3º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #230534 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB35552-
CMYK0.330.9000.80
HSL278.3º82.46%11.18%-
HSV(B)278.3º90.38%20.39%-
XYZ1.370.713.31-
YUV19.33146.44139.18-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.04%
GREEN value IS 5 (2.34% from 255) = 5.43%
BLUE value IS 52 (20.70% from 255) = 56.52%
R=38.04%
G=5.43%
B=56.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal355520.330.9000.80278.382.4611.18
Hex23534215A05011652b
Octal4356441132012042612213
Binary10001110111010010000110110100101000010001011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230534; }

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

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

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

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

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

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

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

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