#23092D

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

Shades of Blackcurrant #23092D

Tints of Blackcurrant #23092D

Color information

#23092D (or 0x23092D) is unknown color: approx Blackcurrant. HEX triplet: 23, 09 and 2D. RGB value is (35,9,45). Sum of RGB (Red+Green+Blue) = 35+9+45=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 9 (3.91% from 255 or 10.11% from 89); Blue value is 45 (17.97% from 255 or 50.56% from 89); Max value from RGB is 45 - color contains mainly: blue. Hex color #23092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23092D is #DCF6D2. Grayscale: #141414. Windows color (decimal): -14481107 or 2951459. OLE color: 2951459.

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

Color convert

RGB35945-
CMYK0.220.800.82
HSL283.33º66.67%10.59%-
HSV(B)283.33º80%17.65%-
XYZ1.260.742.56-
YUV20.88141.61138.07-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 39.33%
GREEN value IS 9 (3.91% from 255) = 10.11%
BLUE value IS 45 (17.97% from 255) = 50.56%
R=39.33%
G=10.11%
B=50.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal359450.220.800.82283.3366.6710.59
Hex2392D165005211b43b
Octal43115526120012243310313
Binary10001110011011011011010100000101001010001101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23092D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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