Html Css Color HEX #34164B Blackcurrant

📋 copy color: '#34164B'

red 52 ◦ green 22 ◦ blue 75

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

Shades of Blackcurrant #34164B

Tints of Blackcurrant #34164B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 50.34%

R = 34.9%
G = 14.77%
B = 50.34%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#34164B (or 0x34164B) is known color: Blackcurrant. HEX triplet: 34, 16 and 4B. RGB value is (52,22,75). Sum of RGB (Red+Green+Blue) = 52+22+75=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #34164B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34164B is #CBE9B4. Grayscale: #242424. Windows color (decimal): -13363637 or 4920884. OLE color: 4920884.

HSL color Cylindrical-coordinate representation of color #34164B: hue angle of 273.96º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34164B is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 22 75 -
CMYK 0.31 0.71 0 0.71
HSL 273.96º 0.55% 0.19% -
HSV(B) 273.96º 0.71% 0.29% -
XYZ 2.97 1.81 6.85 -
YUV 37.01 149.44 138.69 -
System Red Green Blue C M Y K H S L
Decimal 52 22 75 0.31 0.71 0 0.71 273.96 0.55 0.19
Hex 34 16 4B 1F 47 0 47 112 37 13
Octal 64 26 113 37 107 0 107 422 67 23
Binary 110100 10110 1001011 11111 1000111 0 1000111 100010010 110111 10011

Color Harmonies of #34164B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34164B

Black with #34164B

Text Example


Text Example

White with #34164B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34164B; }

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

 H1.HeaderClassName
 {
   color: #34164B;
 }
 .AnyTagClassName
 {
   color: #34164B;
 }
</style>

background-color css

<style>
 a { background-color: #34164B; }

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

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

border-color css

<style>
 span { border-color: #34164B; }

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

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