Html Css Color HEX #23014A Blackcurrant

📋 copy color: '#23014A'

red 35 ◦ green 1 ◦ blue 74

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

Shades of Blackcurrant #23014A

Tints of Blackcurrant #23014A

RGB

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

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

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

R = 31.82%
G = 0.91%
B = 67.27%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#23014A (or 0x23014A) is known color: Blackcurrant. HEX triplet: 23, 01 and 4A. RGB value is (35,1,74). Sum of RGB (Red+Green+Blue) = 35+1+74=110 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.82% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 74 (29.30% from 255 or 67.27% from 110); Max value from RGB is 74 - color contains mainly: blue. Hex color #23014A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23014A is #DCFEB5. Grayscale: #131313. Windows color (decimal): -14483126 or 4849955. OLE color: 4849955.

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

Color convert

RGB 35 1 74 -
CMYK 0.53 0.99 0 0.71
HSL 267.95º 0.97% 0.15% -
HSV(B) 267.95º 0.99% 0.29% -
XYZ 1.94 0.87 6.54 -
YUV 19.49 158.76 139.06 -
System Red Green Blue C M Y K H S L
Decimal 35 1 74 0.53 0.99 0 0.71 267.95 0.97 0.15
Hex 23 1 4A 35 63 0 47 10C 61 F
Octal 43 1 112 65 143 0 107 414 141 17
Binary 100011 1 1001010 110101 1100011 0 1000111 100001100 1100001 1111

Color Harmonies of #23014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23014A

Black with #23014A

Text Example


Text Example

White with #23014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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