Html Css Color HEX #34253D Blackcurrant

📋 copy color: '#34253D'

red 52 ◦ green 37 ◦ blue 61

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

Shades of Blackcurrant #34253D

Tints of Blackcurrant #34253D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 40.67%

R = 34.67%
G = 24.67%
B = 40.67%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#34253D (or 0x34253D) is known color: Blackcurrant. HEX triplet: 34, 25 and 3D. RGB value is (52,37,61). Sum of RGB (Red+Green+Blue) = 52+37+61=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 61 - color contains mainly: blue. Hex color #34253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34253D is #CBDAC2. Grayscale: #2C2C2C. Windows color (decimal): -13359811 or 4007220. OLE color: 4007220.

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

Color convert

RGB 52 37 61 -
CMYK 0.15 0.39 0 0.76
HSL 277.5º 0.24% 0.19% -
HSV(B) 277.5º 0.39% 0.24% -
XYZ 2.92 2.39 4.72 -
YUV 44.22 137.47 133.55 -
System Red Green Blue C M Y K H S L
Decimal 52 37 61 0.15 0.39 0 0.76 277.5 0.24 0.19
Hex 34 25 3D F 27 0 4C 116 18 13
Octal 64 45 75 17 47 0 114 426 30 23
Binary 110100 100101 111101 1111 100111 0 1001100 100010110 11000 10011

Color Harmonies of #34253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34253D

Black with #34253D

Text Example


Text Example

White with #34253D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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