Html Css Color HEX #34023F Blackcurrant

📋 copy color: '#34023F'

red 52 ◦ green 2 ◦ blue 63

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

Shades of Blackcurrant #34023F

Tints of Blackcurrant #34023F

RGB

 RED value IS 52 (20.7% from 255) = 44.44%

 GREEN value IS 2 (1.17% from 255) = 1.71%

 BLUE value IS 63 (25% from 255) = 53.85%

R = 44.44%
G = 1.71%
B = 53.85%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#34023F (or 0x34023F) is known color: Blackcurrant. HEX triplet: 34, 02 and 3F. RGB value is (52,2,63). Sum of RGB (Red+Green+Blue) = 52+2+63=117 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.44% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 63 (25% from 255 or 53.85% from 117); Max value from RGB is 63 - color contains mainly: blue. Hex color #34023F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34023F is #CBFDC0. Grayscale: #171717. Windows color (decimal): -13368769 or 4129332. OLE color: 4129332.

HSL color Cylindrical-coordinate representation of color #34023F: hue angle of 289.18º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #34023F is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 2 63 -
CMYK 0.17 0.97 0 0.75
HSL 289.18º 0.94% 0.13% -
HSV(B) 289.18º 0.97% 0.25% -
XYZ 2.34 1.13 4.8 -
YUV 23.9 150.07 148.04 -
System Red Green Blue C M Y K H S L
Decimal 52 2 63 0.17 0.97 0 0.75 289.18 0.94 0.13
Hex 34 2 3F 11 61 0 4B 121 5E D
Octal 64 2 77 21 141 0 113 441 136 15
Binary 110100 10 111111 10001 1100001 0 1001011 100100001 1011110 1101

Color Harmonies of #34023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34023F

Black with #34023F

Text Example


Text Example

White with #34023F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34023F; }

 p { color: rgb(52,2,63); }

 H1.HeaderClassName
 {
   color: #34023F;
 }
 .AnyTagClassName
 {
   color: #34023F;
 }
</style>

background-color css

<style>
 a { background-color: #34023F; }

 a { background-color: rgb(52,2,63); }

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

border-color css

<style>
 span { border-color: #34023F; }

 span { border-color: rgb(52,2,63); }

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