#23002D

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

Shades of Blackcurrant #23002D

Tints of Blackcurrant #23002D

Color information

#23002D (or 0x23002D) is unknown color: approx Blackcurrant. HEX triplet: 23, 00 and 2D. RGB value is (35,0,45). Sum of RGB (Red+Green+Blue) = 35+0+45=80 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.75% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 45 (17.97% from 255 or 56.25% from 80); Max value from RGB is 45 - color contains mainly: blue. Hex color #23002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23002D is #DCFFD2. Grayscale: #0F0F0F. Windows color (decimal): -14483411 or 2949155. OLE color: 2949155.

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

Color convert

RGB35045-
CMYK0.22100.82
HSL286.67º100%8.82%-
HSV(B)286.67º100%17.65%-
XYZ1.170.552.53-
YUV15.6144.6141.84-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 43.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 56.25%
R=43.75%
G=0%
B=56.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal350450.22100.82286.671008.82
Hex2302D166405211f649
Octal4305526144012243714411
Binary10001101011011011011001000101001010001111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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