Html Css Color HEX #34074C Blackcurrant

📋 copy color: '#34074C'

red 52 ◦ green 7 ◦ blue 76

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

Shades of Blackcurrant #34074C

Tints of Blackcurrant #34074C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.19%

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

R = 38.52%
G = 5.19%
B = 56.3%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#34074C (or 0x34074C) is known color: Blackcurrant. HEX triplet: 34, 07 and 4C. RGB value is (52,7,76). Sum of RGB (Red+Green+Blue) = 52+7+76=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 76 (30.08% from 255 or 56.30% from 135); Max value from RGB is 76 - color contains mainly: blue. Hex color #34074C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34074C is #CBF8B3. Grayscale: #1C1C1C. Windows color (decimal): -13367476 or 4982580. OLE color: 4982580.

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

Color convert

RGB 52 7 76 -
CMYK 0.32 0.91 0 0.70
HSL 279.13º 0.83% 0.16% -
HSV(B) 279.13º 0.91% 0.3% -
XYZ 2.8 1.4 6.96 -
YUV 28.32 154.91 144.89 -
System Red Green Blue C M Y K H S L
Decimal 52 7 76 0.32 0.91 0 0.70 279.13 0.83 0.16
Hex 34 7 4C 20 5B 0 46 117 53 10
Octal 64 7 114 40 133 0 106 427 123 20
Binary 110100 111 1001100 100000 1011011 0 1000110 100010111 1010011 10000

Color Harmonies of #34074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34074C

Black with #34074C

Text Example


Text Example

White with #34074C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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