Html Css Color HEX #34194B Blackcurrant

📋 copy color: '#34194B'

red 52 ◦ green 25 ◦ blue 75

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

Shades of Blackcurrant #34194B

Tints of Blackcurrant #34194B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.45%

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

R = 34.21%
G = 16.45%
B = 49.34%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#34194B (or 0x34194B) is known color: Blackcurrant. HEX triplet: 34, 19 and 4B. RGB value is (52,25,75). Sum of RGB (Red+Green+Blue) = 52+25+75=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 75 (29.69% from 255 or 49.34% from 152); Max value from RGB is 75 - color contains mainly: blue. Hex color #34194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34194B is #CBE6B4. Grayscale: #262626. Windows color (decimal): -13362869 or 4921652. OLE color: 4921652.

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

Color convert

RGB 52 25 75 -
CMYK 0.31 0.67 0 0.71
HSL 272.4º 0.5% 0.2% -
HSV(B) 272.4º 0.67% 0.29% -
XYZ 3.03 1.93 6.87 -
YUV 38.77 148.45 137.43 -
System Red Green Blue C M Y K H S L
Decimal 52 25 75 0.31 0.67 0 0.71 272.4 0.5 0.2
Hex 34 19 4B 1F 43 0 47 110 32 14
Octal 64 31 113 37 103 0 107 420 62 24
Binary 110100 11001 1001011 11111 1000011 0 1000111 100010000 110010 10100

Color Harmonies of #34194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34194B

Black with #34194B

Text Example


Text Example

White with #34194B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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