Html Css Color HEX #34054C Blackcurrant

📋 copy color: '#34054C'

red 52 ◦ green 5 ◦ blue 76

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

Shades of Blackcurrant #34054C

Tints of Blackcurrant #34054C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.76%

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

R = 39.1%
G = 3.76%
B = 57.14%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#34054C (or 0x34054C) is known color: Blackcurrant. HEX triplet: 34, 05 and 4C. RGB value is (52,5,76). Sum of RGB (Red+Green+Blue) = 52+5+76=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 76 (30.08% from 255 or 57.14% from 133); Max value from RGB is 76 - color contains mainly: blue. Hex color #34054C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34054C is #CBFAB3. Grayscale: #1A1A1A. Windows color (decimal): -13367988 or 4982068. OLE color: 4982068.

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

Color convert

RGB 52 5 76 -
CMYK 0.32 0.93 0 0.70
HSL 279.72º 0.88% 0.16% -
HSV(B) 279.72º 0.93% 0.3% -
XYZ 2.77 1.36 6.95 -
YUV 27.15 155.57 145.73 -
System Red Green Blue C M Y K H S L
Decimal 52 5 76 0.32 0.93 0 0.70 279.72 0.88 0.16
Hex 34 5 4C 20 5D 0 46 118 58 10
Octal 64 5 114 40 135 0 106 430 130 20
Binary 110100 101 1001100 100000 1011101 0 1000110 100011000 1011000 10000

Color Harmonies of #34054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34054C

Black with #34054C

Text Example


Text Example

White with #34054C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,5,76); }

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

background-color css

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

 a { background-color: rgb(52,5,76); }

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

border-color css

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

 span { border-color: rgb(52,5,76); }

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