Html Css Color HEX #341645 Blackcurrant

📋 copy color: '#341645'

red 52 ◦ green 22 ◦ blue 69

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

Shades of Blackcurrant #341645

Tints of Blackcurrant #341645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 48.25%

R = 36.36%
G = 15.38%
B = 48.25%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#341645 (or 0x341645) is known color: Blackcurrant. HEX triplet: 34, 16 and 45. RGB value is (52,22,69). Sum of RGB (Red+Green+Blue) = 52+22+69=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 69 (27.34% from 255 or 48.25% from 143); Max value from RGB is 69 - color contains mainly: blue. Hex color #341645 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341645 is #CBE9BA. Grayscale: #242424. Windows color (decimal): -13363643 or 4527668. OLE color: 4527668.

HSL color Cylindrical-coordinate representation of color #341645: hue angle of 278.3º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #341645 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 22 69 -
CMYK 0.25 0.68 0 0.73
HSL 278.3º 0.52% 0.18% -
HSV(B) 278.3º 0.68% 0.27% -
XYZ 2.78 1.73 5.82 -
YUV 36.33 146.44 139.18 -
System Red Green Blue C M Y K H S L
Decimal 52 22 69 0.25 0.68 0 0.73 278.3 0.52 0.18
Hex 34 16 45 19 44 0 49 116 34 12
Octal 64 26 105 31 104 0 111 426 64 22
Binary 110100 10110 1000101 11001 1000100 0 1001001 100010110 110100 10010

Color Harmonies of #341645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341645

Black with #341645

Text Example


Text Example

White with #341645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341645; }

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

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

background-color css

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

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

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

border-color css

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

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

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