#34273D

Color #34273D Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #34273D

Tints of Blackcurrant #34273D

Color information

#34273D (or 0x34273D) is unknown color: approx Blackcurrant. HEX triplet: 34, 27 and 3D. RGB value is (52,39,61). Sum of RGB (Red+Green+Blue) = 52+39+61=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 61 - color contains mainly: blue. Hex color #34273D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34273D is #CBD8C2. Grayscale: #2D2D2D. Windows color (decimal): -13359299 or 4007732. OLE color: 4007732.

HSL color Cylindrical-coordinate representation of color #34273D: hue angle of 275.45º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #34273D is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB523961-
CMYK0.150.3600.76
HSL275.45º22%19.61%-
HSV(B)275.45º36.07%23.92%-
XYZ2.982.524.74-
YUV45.4136.81132.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.21%
GREEN value IS 39 (15.62% from 255) = 25.66%
BLUE value IS 61 (24.22% from 255) = 40.13%
R=34.21%
G=25.66%
B=40.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5239610.150.3600.76275.452219.61
Hex34273DF2404C1131614
Octal644775174401144232624
Binary1101001001111111011111100100010011001000100111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34273D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #34273D;
 }
 .AnyTagClassName
 {
   color: #34273D;
 }
</style>
background-color css

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

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

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

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

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

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