Html Css Color HEX #34253C Blackcurrant

📋 copy color: '#34253C'

red 52 ◦ green 37 ◦ blue 60

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

Shades of Blackcurrant #34253C

Tints of Blackcurrant #34253C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.83%

 BLUE value IS 60 (23.83% from 255) = 40.27%

R = 34.9%
G = 24.83%
B = 40.27%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#34253C (or 0x34253C) is known color: Blackcurrant. HEX triplet: 34, 25 and 3C. RGB value is (52,37,60). Sum of RGB (Red+Green+Blue) = 52+37+60=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 60 - color contains mainly: blue. Hex color #34253C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34253C is #CBDAC3. Grayscale: #2C2C2C. Windows color (decimal): -13359812 or 3941684. OLE color: 3941684.

HSL color Cylindrical-coordinate representation of color #34253C: hue angle of 279.13º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #34253C is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 52 37 60 -
CMYK 0.13 0.38 0 0.76
HSL 279.13º 0.24% 0.19% -
HSV(B) 279.13º 0.38% 0.24% -
XYZ 2.89 2.38 4.58 -
YUV 44.11 136.97 133.63 -
System Red Green Blue C M Y K H S L
Decimal 52 37 60 0.13 0.38 0 0.76 279.13 0.24 0.19
Hex 34 25 3C D 26 0 4C 117 18 13
Octal 64 45 74 15 46 0 114 427 30 23
Binary 110100 100101 111100 1101 100110 0 1001100 100010111 11000 10011

Color Harmonies of #34253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34253C

Black with #34253C

Text Example


Text Example

White with #34253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34253C; }

 p { color: rgb(52,37,60); }

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

background-color css

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

 a { background-color: rgb(52,37,60); }

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

border-color css

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

 span { border-color: rgb(52,37,60); }

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