#23072F

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

Shades of Blackcurrant #23072F

Tints of Blackcurrant #23072F

Color information

#23072F (or 0x23072F) is unknown color: approx Blackcurrant. HEX triplet: 23, 07 and 2F. RGB value is (35,7,47). Sum of RGB (Red+Green+Blue) = 35+7+47=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 7 (3.12% from 255 or 7.87% from 89); Blue value is 47 (18.75% from 255 or 52.81% from 89); Max value from RGB is 47 - color contains mainly: blue. Hex color #23072F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23072F is #DCF8D0. Grayscale: #131313. Windows color (decimal): -14481617 or 3082019. OLE color: 3082019.

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

Color convert

RGB35747-
CMYK0.260.8500.82
HSL282º74.07%10.59%-
HSV(B)282º85.11%18.43%-
XYZ1.280.712.76-
YUV19.93143.28138.75-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 39.33%
GREEN value IS 7 (3.12% from 255) = 7.87%
BLUE value IS 47 (18.75% from 255) = 52.81%
R=39.33%
G=7.87%
B=52.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal357470.260.8500.8228274.0710.59
Hex2372F1A5505211a4ab
Octal4375732125012243211213
Binary1000111111011111101010101010101001010001101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23072F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23072F; }

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

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

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

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

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

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

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

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