Html Css Color HEX #341D44 Blackcurrant

📋 copy color: '#341D44'

red 52 ◦ green 29 ◦ blue 68

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

Shades of Blackcurrant #341D44

Tints of Blackcurrant #341D44

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.46%

 BLUE value IS 68 (26.95% from 255) = 45.64%

R = 34.9%
G = 19.46%
B = 45.64%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#341D44 (or 0x341D44) is known color: Blackcurrant. HEX triplet: 34, 1D and 44. RGB value is (52,29,68). Sum of RGB (Red+Green+Blue) = 52+29+68=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 68 (26.95% from 255 or 45.64% from 149); Max value from RGB is 68 - color contains mainly: blue. Hex color #341D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341D44 is #CBE2BB. Grayscale: #282828. Windows color (decimal): -13361852 or 4463924. OLE color: 4463924.

HSL color Cylindrical-coordinate representation of color #341D44: hue angle of 275.38º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #341D44 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 29 68 -
CMYK 0.24 0.57 0 0.73
HSL 275.38º 0.4% 0.19% -
HSV(B) 275.38º 0.57% 0.27% -
XYZ 2.9 2.03 5.71 -
YUV 40.32 143.62 136.33 -
System Red Green Blue C M Y K H S L
Decimal 52 29 68 0.24 0.57 0 0.73 275.38 0.4 0.19
Hex 34 1D 44 18 39 0 49 113 28 13
Octal 64 35 104 30 71 0 111 423 50 23
Binary 110100 11101 1000100 11000 111001 0 1001001 100010011 101000 10011

Color Harmonies of #341D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341D44

Black with #341D44

Text Example


Text Example

White with #341D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341D44; }

 p { color: rgb(52,29,68); }

 H1.HeaderClassName
 {
   color: #341D44;
 }
 .AnyTagClassName
 {
   color: #341D44;
 }
</style>

background-color css

<style>
 a { background-color: #341D44; }

 a { background-color: rgb(52,29,68); }

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

border-color css

<style>
 span { border-color: #341D44; }

 span { border-color: rgb(52,29,68); }

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