Html Css Color HEX #341848 Blackcurrant

📋 copy color: '#341848'

red 52 ◦ green 24 ◦ blue 72

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

Shades of Blackcurrant #341848

Tints of Blackcurrant #341848

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.22%

 BLUE value IS 72 (28.52% from 255) = 48.65%

R = 35.14%
G = 16.22%
B = 48.65%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#341848 (or 0x341848) is known color: Blackcurrant. HEX triplet: 34, 18 and 48. RGB value is (52,24,72). Sum of RGB (Red+Green+Blue) = 52+24+72=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #341848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341848 is #CBE7B7. Grayscale: #252525. Windows color (decimal): -13363128 or 4724788. OLE color: 4724788.

HSL color Cylindrical-coordinate representation of color #341848: hue angle of 275º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #341848 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 52 24 72 -
CMYK 0.28 0.67 0 0.72
HSL 275º 0.5% 0.19% -
HSV(B) 275º 0.67% 0.28% -
XYZ 2.91 1.85 6.33 -
YUV 37.84 147.28 138.1 -
System Red Green Blue C M Y K H S L
Decimal 52 24 72 0.28 0.67 0 0.72 275 0.5 0.19
Hex 34 18 48 1C 43 0 48 113 32 13
Octal 64 30 110 34 103 0 110 423 62 23
Binary 110100 11000 1001000 11100 1000011 0 1001000 100010011 110010 10011

Color Harmonies of #341848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341848

Black with #341848

Text Example


Text Example

White with #341848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341848; }

 p { color: rgb(52,24,72); }

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

background-color css

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

 a { background-color: rgb(52,24,72); }

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

border-color css

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

 span { border-color: rgb(52,24,72); }

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