Html Css Color HEX #23004E Blackcurrant

📋 copy color: '#23004E'

red 35 ◦ green 0 ◦ blue 78

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

Shades of Blackcurrant #23004E

Tints of Blackcurrant #23004E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 69.03%

R = 30.97%
G = 0%
B = 69.03%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#23004E (or 0x23004E) is known color: Blackcurrant. HEX triplet: 23, 00 and 4E. RGB value is (35,0,78). Sum of RGB (Red+Green+Blue) = 35+0+78=113 (14% of max value = 765). Red value is 35 (14.06% from 255 or 30.97% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 78 (30.86% from 255 or 69.03% from 113); Max value from RGB is 78 - color contains mainly: blue. Hex color #23004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23004E is #DCFFB1. Grayscale: #131313. Windows color (decimal): -14483378 or 5111843. OLE color: 5111843.

HSL color Cylindrical-coordinate representation of color #23004E: hue angle of 266.92º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #23004E is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 35 0 78 -
CMYK 0.55 1 0 0.69
HSL 266.92º 1% 0.15% -
HSV(B) 266.92º 1% 0.31% -
XYZ 2.07 0.91 7.27 -
YUV 19.36 161.1 139.16 -
System Red Green Blue C M Y K H S L
Decimal 35 0 78 0.55 1 0 0.69 266.92 1 0.15
Hex 23 0 4E 37 64 0 45 10B 64 F
Octal 43 0 116 67 144 0 105 413 144 17
Binary 100011 0 1001110 110111 1100100 0 1000101 100001011 1100100 1111

Color Harmonies of #23004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23004E

Black with #23004E

Text Example


Text Example

White with #23004E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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