Html Css Color HEX #23034C Blackcurrant

📋 copy color: '#23034C'

red 35 ◦ green 3 ◦ blue 76

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

Shades of Blackcurrant #23034C

Tints of Blackcurrant #23034C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.63%

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

R = 30.7%
G = 2.63%
B = 66.67%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#23034C (or 0x23034C) is known color: Blackcurrant. HEX triplet: 23, 03 and 4C. RGB value is (35,3,76). Sum of RGB (Red+Green+Blue) = 35+3+76=114 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.70% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 76 (30.08% from 255 or 66.67% from 114); Max value from RGB is 76 - color contains mainly: blue. Hex color #23034C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23034C is #DCFCB3. Grayscale: #141414. Windows color (decimal): -14482612 or 4981539. OLE color: 4981539.

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

Color convert

RGB 35 3 76 -
CMYK 0.54 0.96 0 0.70
HSL 266.3º 0.92% 0.15% -
HSV(B) 266.3º 0.96% 0.3% -
XYZ 2.03 0.94 6.91 -
YUV 20.89 159.1 138.06 -
System Red Green Blue C M Y K H S L
Decimal 35 3 76 0.54 0.96 0 0.70 266.3 0.92 0.15
Hex 23 3 4C 36 60 0 46 10A 5C F
Octal 43 3 114 66 140 0 106 412 134 17
Binary 100011 11 1001100 110110 1100000 0 1000110 100001010 1011100 1111

Color Harmonies of #23034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23034C

Black with #23034C

Text Example


Text Example

White with #23034C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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