Html Css Color HEX #34063C Blackcurrant

📋 copy color: '#34063C'

red 52 ◦ green 6 ◦ blue 60

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

Shades of Blackcurrant #34063C

Tints of Blackcurrant #34063C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.08%

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

R = 44.07%
G = 5.08%
B = 50.85%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#34063C (or 0x34063C) is known color: Blackcurrant. HEX triplet: 34, 06 and 3C. RGB value is (52,6,60). Sum of RGB (Red+Green+Blue) = 52+6+60=118 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.07% from 118); Green value is 6 (2.73% from 255 or 5.08% from 118); Blue value is 60 (23.83% from 255 or 50.85% from 118); Max value from RGB is 60 - color contains mainly: blue. Hex color #34063C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34063C is #CBF9C3. Grayscale: #191919. Windows color (decimal): -13367748 or 3933748. OLE color: 3933748.

HSL color Cylindrical-coordinate representation of color #34063C: hue angle of 291.11º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34063C is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 52 6 60 -
CMYK 0.13 0.90 0 0.76
HSL 291.11º 0.82% 0.13% -
HSV(B) 291.11º 0.9% 0.24% -
XYZ 2.3 1.19 4.38 -
YUV 25.91 147.24 146.61 -
System Red Green Blue C M Y K H S L
Decimal 52 6 60 0.13 0.90 0 0.76 291.11 0.82 0.13
Hex 34 6 3C D 5A 0 4C 123 52 D
Octal 64 6 74 15 132 0 114 443 122 15
Binary 110100 110 111100 1101 1011010 0 1001100 100100011 1010010 1101

Color Harmonies of #34063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34063C

Black with #34063C

Text Example


Text Example

White with #34063C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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