Html Css Color HEX #34053C Blackcurrant

📋 copy color: '#34053C'

red 52 ◦ green 5 ◦ blue 60

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

Shades of Blackcurrant #34053C

Tints of Blackcurrant #34053C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 51.28%

R = 44.44%
G = 4.27%
B = 51.28%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#34053C (or 0x34053C) is known color: Blackcurrant. HEX triplet: 34, 05 and 3C. RGB value is (52,5,60). Sum of RGB (Red+Green+Blue) = 52+5+60=117 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.44% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 60 (23.83% from 255 or 51.28% from 117); Max value from RGB is 60 - color contains mainly: blue. Hex color #34053C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34053C is #CBFAC3. Grayscale: #191919. Windows color (decimal): -13368004 or 3933492. OLE color: 3933492.

HSL color Cylindrical-coordinate representation of color #34053C: hue angle of 291.27º 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 #34053C is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 52 5 60 -
CMYK 0.13 0.92 0 0.76
HSL 291.27º 0.85% 0.13% -
HSV(B) 291.27º 0.92% 0.24% -
XYZ 2.29 1.16 4.38 -
YUV 25.32 147.57 147.03 -
System Red Green Blue C M Y K H S L
Decimal 52 5 60 0.13 0.92 0 0.76 291.27 0.85 0.13
Hex 34 5 3C D 5C 0 4C 123 55 D
Octal 64 5 74 15 134 0 114 443 125 15
Binary 110100 101 111100 1101 1011100 0 1001100 100100011 1010101 1101

Color Harmonies of #34053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34053C

Black with #34053C

Text Example


Text Example

White with #34053C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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