Html Css Color HEX #23024A Blackcurrant

📋 copy color: '#23024A'

red 35 ◦ green 2 ◦ blue 74

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

Shades of Blackcurrant #23024A

Tints of Blackcurrant #23024A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.8%

 BLUE value IS 74 (29.3% from 255) = 66.67%

R = 31.53%
G = 1.8%
B = 66.67%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#23024A (or 0x23024A) is known color: Blackcurrant. HEX triplet: 23, 02 and 4A. RGB value is (35,2,74). Sum of RGB (Red+Green+Blue) = 35+2+74=111 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.53% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 74 (29.30% from 255 or 66.67% from 111); Max value from RGB is 74 - color contains mainly: blue. Hex color #23024A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23024A is #DCFDB5. Grayscale: #131313. Windows color (decimal): -14482870 or 4850211. OLE color: 4850211.

HSL color Cylindrical-coordinate representation of color #23024A: hue angle of 267.5º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #23024A is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 35 2 74 -
CMYK 0.53 0.97 0 0.71
HSL 267.5º 0.95% 0.15% -
HSV(B) 267.5º 0.97% 0.29% -
XYZ 1.95 0.9 6.55 -
YUV 20.08 158.43 138.65 -
System Red Green Blue C M Y K H S L
Decimal 35 2 74 0.53 0.97 0 0.71 267.5 0.95 0.15
Hex 23 2 4A 35 61 0 47 10C 5F F
Octal 43 2 112 65 141 0 107 414 137 17
Binary 100011 10 1001010 110101 1100001 0 1000111 100001100 1011111 1111

Color Harmonies of #23024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23024A

Black with #23024A

Text Example


Text Example

White with #23024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23024A; }

 p { color: rgb(35,2,74); }

 H1.HeaderClassName
 {
   color: #23024A;
 }
 .AnyTagClassName
 {
   color: #23024A;
 }
</style>

background-color css

<style>
 a { background-color: #23024A; }

 a { background-color: rgb(35,2,74); }

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

border-color css

<style>
 span { border-color: #23024A; }

 span { border-color: rgb(35,2,74); }

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