Html Css Color HEX #23014E Blackcurrant

📋 copy color: '#23014E'

red 35 ◦ green 1 ◦ blue 78

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

Shades of Blackcurrant #23014E

Tints of Blackcurrant #23014E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.88%

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

R = 30.7%
G = 0.88%
B = 68.42%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#23014E (or 0x23014E) is known color: Blackcurrant. HEX triplet: 23, 01 and 4E. RGB value is (35,1,78). Sum of RGB (Red+Green+Blue) = 35+1+78=114 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.70% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 78 (30.86% from 255 or 68.42% from 114); Max value from RGB is 78 - color contains mainly: blue. Hex color #23014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23014E is #DCFEB1. Grayscale: #131313. Windows color (decimal): -14483122 or 5112099. OLE color: 5112099.

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

Color convert

RGB 35 1 78 -
CMYK 0.55 0.99 0 0.69
HSL 266.49º 0.97% 0.15% -
HSV(B) 266.49º 0.99% 0.31% -
XYZ 2.08 0.93 7.28 -
YUV 19.94 160.76 138.74 -
System Red Green Blue C M Y K H S L
Decimal 35 1 78 0.55 0.99 0 0.69 266.49 0.97 0.15
Hex 23 1 4E 37 63 0 45 10A 61 F
Octal 43 1 116 67 143 0 105 412 141 17
Binary 100011 1 1001110 110111 1100011 0 1000101 100001010 1100001 1111

Color Harmonies of #23014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23014E

Black with #23014E

Text Example


Text Example

White with #23014E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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