Html Css Color HEX #23002E Blackcurrant

📋 copy color: '#23002E'

red 35 ◦ green 0 ◦ blue 46

#23002E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #23002E

Tints of Blackcurrant #23002E

RGB

 RED value IS 35 (14.06% from 255) = 43.21%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 46 (18.36% from 255) = 56.79%

R = 43.21%
G = 0%
B = 56.79%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#23002E (or 0x23002E) is known color: Blackcurrant. HEX triplet: 23, 00 and 2E. RGB value is (35,0,46). Sum of RGB (Red+Green+Blue) = 35+0+46=81 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.21% from 81); Green value is 0 (0.39% from 255 or 0% from 81); Blue value is 46 (18.36% from 255 or 56.79% from 81); Max value from RGB is 46 - color contains mainly: blue. Hex color #23002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23002E is #DCFFD1. Grayscale: #0F0F0F. Windows color (decimal): -14483410 or 3014691. OLE color: 3014691.

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

Color convert

RGB 35 0 46 -
CMYK 0.24 1 0 0.82
HSL 285.65º 1% 0.09% -
HSV(B) 285.65º 1% 0.18% -
XYZ 1.19 0.55 2.63 -
YUV 15.71 145.1 141.76 -
System Red Green Blue C M Y K H S L
Decimal 35 0 46 0.24 1 0 0.82 285.65 1 0.09
Hex 23 0 2E 18 64 0 52 11E 64 9
Octal 43 0 56 30 144 0 122 436 144 11
Binary 100011 0 101110 11000 1100100 0 1010010 100011110 1100100 1001

Color Harmonies of #23002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23002E

Black with #23002E

Text Example


Text Example

White with #23002E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #23002E;
 }
 .AnyTagClassName
 {
   color: #23002E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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