Html Css Color HEX #23014C Blackcurrant

📋 copy color: '#23014C'

red 35 ◦ green 1 ◦ blue 76

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

Shades of Blackcurrant #23014C

Tints of Blackcurrant #23014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 67.86%

R = 31.25%
G = 0.89%
B = 67.86%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#23014C (or 0x23014C) is known color: Blackcurrant. HEX triplet: 23, 01 and 4C. RGB value is (35,1,76). Sum of RGB (Red+Green+Blue) = 35+1+76=112 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.25% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 76 (30.08% from 255 or 67.86% from 112); Max value from RGB is 76 - color contains mainly: blue. Hex color #23014C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23014C is #DCFEB3. Grayscale: #131313. Windows color (decimal): -14483124 or 4981027. OLE color: 4981027.

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

Color convert

RGB 35 1 76 -
CMYK 0.54 0.99 0 0.70
HSL 267.2º 0.97% 0.15% -
HSV(B) 267.2º 0.99% 0.3% -
XYZ 2.01 0.9 6.91 -
YUV 19.72 159.76 138.9 -
System Red Green Blue C M Y K H S L
Decimal 35 1 76 0.54 0.99 0 0.70 267.2 0.97 0.15
Hex 23 1 4C 36 63 0 46 10B 61 F
Octal 43 1 114 66 143 0 106 413 141 17
Binary 100011 1 1001100 110110 1100011 0 1000110 100001011 1100001 1111

Color Harmonies of #23014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23014C

Black with #23014C

Text Example


Text Example

White with #23014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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