Html Css Color HEX #34273A Blackcurrant

📋 copy color: '#34273A'

red 52 ◦ green 39 ◦ blue 58

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

Shades of Blackcurrant #34273A

Tints of Blackcurrant #34273A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.17%

 BLUE value IS 58 (23.05% from 255) = 38.93%

R = 34.9%
G = 26.17%
B = 38.93%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#34273A (or 0x34273A) is known color: Blackcurrant. HEX triplet: 34, 27 and 3A. RGB value is (52,39,58). Sum of RGB (Red+Green+Blue) = 52+39+58=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 58 - color contains mainly: blue. Hex color #34273A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34273A is #CBD8C5. Grayscale: #2C2C2C. Windows color (decimal): -13359302 or 3811124. OLE color: 3811124.

HSL color Cylindrical-coordinate representation of color #34273A: hue angle of 281.05º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #34273A is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 52 39 58 -
CMYK 0.10 0.33 0 0.77
HSL 281.05º 0.2% 0.19% -
HSV(B) 281.05º 0.33% 0.23% -
XYZ 2.91 2.49 4.33 -
YUV 45.05 135.31 132.96 -
System Red Green Blue C M Y K H S L
Decimal 52 39 58 0.10 0.33 0 0.77 281.05 0.2 0.19
Hex 34 27 3A A 21 0 4D 119 14 13
Octal 64 47 72 12 41 0 115 431 24 23
Binary 110100 100111 111010 1010 100001 0 1001101 100011001 10100 10011

Color Harmonies of #34273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34273A

Black with #34273A

Text Example


Text Example

White with #34273A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34273A; }

 p { color: rgb(52,39,58); }

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

background-color css

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

 a { background-color: rgb(52,39,58); }

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

border-color css

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

 span { border-color: rgb(52,39,58); }

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