Html Css Color HEX #34053D Blackcurrant

📋 copy color: '#34053D'

red 52 ◦ green 5 ◦ blue 61

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

Shades of Blackcurrant #34053D

Tints of Blackcurrant #34053D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 51.69%

R = 44.07%
G = 4.24%
B = 51.69%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#34053D (or 0x34053D) is known color: Blackcurrant. HEX triplet: 34, 05 and 3D. RGB value is (52,5,61). Sum of RGB (Red+Green+Blue) = 52+5+61=118 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.07% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 61 (24.22% from 255 or 51.69% from 118); Max value from RGB is 61 - color contains mainly: blue. Hex color #34053D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34053D is #CBFAC2. Grayscale: #191919. Windows color (decimal): -13368003 or 3999028. OLE color: 3999028.

HSL color Cylindrical-coordinate representation of color #34053D: hue angle of 290.36º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #34053D is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 52 5 61 -
CMYK 0.15 0.92 0 0.76
HSL 290.36º 0.85% 0.13% -
HSV(B) 290.36º 0.92% 0.24% -
XYZ 2.31 1.18 4.52 -
YUV 25.44 148.07 146.95 -
System Red Green Blue C M Y K H S L
Decimal 52 5 61 0.15 0.92 0 0.76 290.36 0.85 0.13
Hex 34 5 3D F 5C 0 4C 122 55 D
Octal 64 5 75 17 134 0 114 442 125 15
Binary 110100 101 111101 1111 1011100 0 1001100 100100010 1010101 1101

Color Harmonies of #34053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34053D

Black with #34053D

Text Example


Text Example

White with #34053D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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