Html Css Color HEX #34163D Blackcurrant

📋 copy color: '#34163D'

red 52 ◦ green 22 ◦ blue 61

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

Shades of Blackcurrant #34163D

Tints of Blackcurrant #34163D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.3%

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

R = 38.52%
G = 16.3%
B = 45.19%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#34163D (or 0x34163D) is known color: Blackcurrant. HEX triplet: 34, 16 and 3D. RGB value is (52,22,61). Sum of RGB (Red+Green+Blue) = 52+22+61=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 61 - color contains mainly: blue. Hex color #34163D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34163D is #CBE9C2. Grayscale: #232323. Windows color (decimal): -13363651 or 4003380. OLE color: 4003380.

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

Color convert

RGB 52 22 61 -
CMYK 0.15 0.64 0 0.76
HSL 286.15º 0.47% 0.16% -
HSV(B) 286.15º 0.64% 0.24% -
XYZ 2.55 1.64 4.6 -
YUV 35.42 142.44 139.83 -
System Red Green Blue C M Y K H S L
Decimal 52 22 61 0.15 0.64 0 0.76 286.15 0.47 0.16
Hex 34 16 3D F 40 0 4C 11E 2F 10
Octal 64 26 75 17 100 0 114 436 57 20
Binary 110100 10110 111101 1111 1000000 0 1001100 100011110 101111 10000

Color Harmonies of #34163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34163D

Black with #34163D

Text Example


Text Example

White with #34163D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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