#23092F

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

Shades of Blackcurrant #23092F

Tints of Blackcurrant #23092F

Color information

#23092F (or 0x23092F) is unknown color: approx Blackcurrant. HEX triplet: 23, 09 and 2F. RGB value is (35,9,47). Sum of RGB (Red+Green+Blue) = 35+9+47=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 47 (18.75% from 255 or 51.65% from 91); Max value from RGB is 47 - color contains mainly: blue. Hex color #23092F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23092F is #DCF6D0. Grayscale: #141414. Windows color (decimal): -14481105 or 3082531. OLE color: 3082531.

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

Color convert

RGB35947-
CMYK0.260.8100.82
HSL281.05º67.86%10.98%-
HSV(B)281.05º80.85%18.43%-
XYZ1.30.762.77-
YUV21.11142.61137.91-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.46%
GREEN value IS 9 (3.91% from 255) = 9.89%
BLUE value IS 47 (18.75% from 255) = 51.65%
R=38.46%
G=9.89%
B=51.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal359470.260.8100.82281.0567.8610.98
Hex2392F1A5105211944b
Octal43115732121012243110413
Binary10001110011011111101010100010101001010001100110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23092F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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