Html Css Color HEX #34063D Blackcurrant

📋 copy color: '#34063D'

red 52 ◦ green 6 ◦ blue 61

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

Shades of Blackcurrant #34063D

Tints of Blackcurrant #34063D

RGB

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

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

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

R = 43.7%
G = 5.04%
B = 51.26%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#34063D (or 0x34063D) is known color: Blackcurrant. HEX triplet: 34, 06 and 3D. RGB value is (52,6,61). Sum of RGB (Red+Green+Blue) = 52+6+61=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 6 (2.73% from 255 or 5.04% from 119); Blue value is 61 (24.22% from 255 or 51.26% from 119); Max value from RGB is 61 - color contains mainly: blue. Hex color #34063D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34063D is #CBF9C2. Grayscale: #191919. Windows color (decimal): -13367747 or 3999284. OLE color: 3999284.

HSL color Cylindrical-coordinate representation of color #34063D: hue angle of 290.18º 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 #34063D is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 52 6 61 -
CMYK 0.15 0.90 0 0.76
HSL 290.18º 0.82% 0.13% -
HSV(B) 290.18º 0.9% 0.24% -
XYZ 2.32 1.2 4.52 -
YUV 26.02 147.74 146.53 -
System Red Green Blue C M Y K H S L
Decimal 52 6 61 0.15 0.90 0 0.76 290.18 0.82 0.13
Hex 34 6 3D F 5A 0 4C 122 52 D
Octal 64 6 75 17 132 0 114 442 122 15
Binary 110100 110 111101 1111 1011010 0 1001100 100100010 1010010 1101

Color Harmonies of #34063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34063D

Black with #34063D

Text Example


Text Example

White with #34063D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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