#230A2F

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

Shades of Blackcurrant #230A2F

Tints of Blackcurrant #230A2F

Color information

#230A2F (or 0x230A2F) is unknown color: approx Blackcurrant. HEX triplet: 23, 0A and 2F. RGB value is (35,10,47). Sum of RGB (Red+Green+Blue) = 35+10+47=92 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.04% from 92); Green value is 10 (4.30% from 255 or 10.87% from 92); Blue value is 47 (18.75% from 255 or 51.09% from 92); Max value from RGB is 47 - color contains mainly: blue. Hex color #230A2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230A2F is #DCF5D0. Grayscale: #151515. Windows color (decimal): -14480849 or 3082787. OLE color: 3082787.

HSL color Cylindrical-coordinate representation of color #230A2F: hue angle of 280.54º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #230A2F is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB351047-
CMYK0.260.7900.82
HSL280.54º64.91%11.18%-
HSV(B)280.54º78.72%18.43%-
XYZ1.310.782.77-
YUV21.69142.28137.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.04%
GREEN value IS 10 (4.30% from 255) = 10.87%
BLUE value IS 47 (18.75% from 255) = 51.09%
R=38.04%
G=10.87%
B=51.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3510470.260.7900.82280.5464.9111.18
Hex23A2F1A4F05211941b
Octal43125732117012243110113
Binary10001110101011111101010011110101001010001100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230A2F; }

 p { color: rgb(35,10,47); }

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

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

 a { background-color: rgb(35,10,47); }

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

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

 span { border-color: rgb(35,10,47); }

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