Html Css Color HEX #34073A Blackcurrant

📋 copy color: '#34073A'

red 52 ◦ green 7 ◦ blue 58

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

Shades of Blackcurrant #34073A

Tints of Blackcurrant #34073A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 49.57%

R = 44.44%
G = 5.98%
B = 49.57%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#34073A (or 0x34073A) is known color: Blackcurrant. HEX triplet: 34, 07 and 3A. RGB value is (52,7,58). Sum of RGB (Red+Green+Blue) = 52+7+58=117 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.44% from 117); Green value is 7 (3.12% from 255 or 5.98% from 117); Blue value is 58 (23.05% from 255 or 49.57% from 117); Max value from RGB is 58 - color contains mainly: blue. Hex color #34073A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34073A is #CBF8C5. Grayscale: #1A1A1A. Windows color (decimal): -13367494 or 3802932. OLE color: 3802932.

HSL color Cylindrical-coordinate representation of color #34073A: hue angle of 292.94º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34073A is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 52 7 58 -
CMYK 0.10 0.88 0 0.77
HSL 292.94º 0.78% 0.13% -
HSV(B) 292.94º 0.88% 0.23% -
XYZ 2.26 1.19 4.11 -
YUV 26.27 145.91 146.35 -
System Red Green Blue C M Y K H S L
Decimal 52 7 58 0.10 0.88 0 0.77 292.94 0.78 0.13
Hex 34 7 3A A 58 0 4D 125 4E D
Octal 64 7 72 12 130 0 115 445 116 15
Binary 110100 111 111010 1010 1011000 0 1001101 100100101 1001110 1101

Color Harmonies of #34073A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34073A

Black with #34073A

Text Example


Text Example

White with #34073A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34073A; }

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

 H1.HeaderClassName
 {
   color: #34073A;
 }
 .AnyTagClassName
 {
   color: #34073A;
 }
</style>

background-color css

<style>
 a { background-color: #34073A; }

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

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

border-color css

<style>
 span { border-color: #34073A; }

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

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