Html Css Color HEX #23034D Blackcurrant

📋 copy color: '#23034D'

red 35 ◦ green 3 ◦ blue 77

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

Shades of Blackcurrant #23034D

Tints of Blackcurrant #23034D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 66.96%

R = 30.43%
G = 2.61%
B = 66.96%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#23034D (or 0x23034D) is known color: Blackcurrant. HEX triplet: 23, 03 and 4D. RGB value is (35,3,77). Sum of RGB (Red+Green+Blue) = 35+3+77=115 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.43% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 77 (30.47% from 255 or 66.96% from 115); Max value from RGB is 77 - color contains mainly: blue. Hex color #23034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23034D is #DCFCB2. Grayscale: #141414. Windows color (decimal): -14482611 or 5047075. OLE color: 5047075.

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

Color convert

RGB 35 3 77 -
CMYK 0.55 0.96 0 0.70
HSL 265.95º 0.93% 0.16% -
HSV(B) 265.95º 0.96% 0.3% -
XYZ 2.07 0.96 7.1 -
YUV 21 159.6 137.98 -
System Red Green Blue C M Y K H S L
Decimal 35 3 77 0.55 0.96 0 0.70 265.95 0.93 0.16
Hex 23 3 4D 37 60 0 46 10A 5C 10
Octal 43 3 115 67 140 0 106 412 134 20
Binary 100011 11 1001101 110111 1100000 0 1000110 100001010 1011100 10000

Color Harmonies of #23034D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23034D

Black with #23034D

Text Example


Text Example

White with #23034D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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