#23092E

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

Shades of Blackcurrant #23092E

Tints of Blackcurrant #23092E

Color information

#23092E (or 0x23092E) is unknown color: approx Blackcurrant. HEX triplet: 23, 09 and 2E. RGB value is (35,9,46). Sum of RGB (Red+Green+Blue) = 35+9+46=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 9 (3.91% from 255 or 10% from 90); Blue value is 46 (18.36% from 255 or 51.11% from 90); Max value from RGB is 46 - color contains mainly: blue. Hex color #23092E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23092E is #DCF6D1. Grayscale: #141414. Windows color (decimal): -14481106 or 3016995. OLE color: 3016995.

HSL color Cylindrical-coordinate representation of color #23092E: hue angle of 282.16º 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 #23092E is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB35946-
CMYK0.240.8000.82
HSL282.16º67.27%10.78%-
HSV(B)282.16º80.43%18.04%-
XYZ1.280.752.66-
YUV20.99142.11137.99-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.89%
GREEN value IS 9 (3.91% from 255) = 10%
BLUE value IS 46 (18.36% from 255) = 51.11%
R=38.89%
G=10%
B=51.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal359460.240.8000.82282.1667.2710.78
Hex2392E185005211a43b
Octal43115630120012243210313
Binary10001110011011101100010100000101001010001101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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