#34133E

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

Shades of Blackcurrant #34133E

Tints of Blackcurrant #34133E

Color information

#34133E (or 0x34133E) is unknown color: approx Blackcurrant. HEX triplet: 34, 13 and 3E. RGB value is (52,19,62). Sum of RGB (Red+Green+Blue) = 52+19+62=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 62 (24.61% from 255 or 46.62% from 133); Max value from RGB is 62 - color contains mainly: blue. Hex color #34133E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34133E is #CBECC1. Grayscale: #212121. Windows color (decimal): -13364418 or 4068148. OLE color: 4068148.

HSL color Cylindrical-coordinate representation of color #34133E: hue angle of 286.05º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34133E is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB521962-
CMYK0.160.6900.76
HSL286.05º53.09%15.88%-
HSV(B)286.05º69.35%24.31%-
XYZ2.521.544.72-
YUV33.77143.93141-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.10%
GREEN value IS 19 (7.81% from 255) = 14.29%
BLUE value IS 62 (24.61% from 255) = 46.62%
R=39.10%
G=14.29%
B=46.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5219620.160.6900.76286.0553.0915.88
Hex34133E104504C11e3510
Octal6423762010501144366520
Binary110100100111111101000010001010100110010001111011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34133E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34133E; }

 p { color: rgb(52,19,62); }

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

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

 a { background-color: rgb(52,19,62); }

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

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

 span { border-color: rgb(52,19,62); }

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