Html Css Color HEX #34153E Blackcurrant

📋 copy color: '#34153E'

red 52 ◦ green 21 ◦ blue 62

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

Shades of Blackcurrant #34153E

Tints of Blackcurrant #34153E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.56%

 BLUE value IS 62 (24.61% from 255) = 45.93%

R = 38.52%
G = 15.56%
B = 45.93%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#34153E (or 0x34153E) is known color: Blackcurrant. HEX triplet: 34, 15 and 3E. RGB value is (52,21,62). Sum of RGB (Red+Green+Blue) = 52+21+62=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 62 (24.61% from 255 or 45.93% from 135); Max value from RGB is 62 - color contains mainly: blue. Hex color #34153E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34153E is #CBEAC1. Grayscale: #222222. Windows color (decimal): -13363906 or 4068660. OLE color: 4068660.

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

Color convert

RGB 52 21 62 -
CMYK 0.16 0.66 0 0.76
HSL 285.37º 0.49% 0.16% -
HSV(B) 285.37º 0.66% 0.24% -
XYZ 2.55 1.61 4.73 -
YUV 34.94 143.27 140.17 -
System Red Green Blue C M Y K H S L
Decimal 52 21 62 0.16 0.66 0 0.76 285.37 0.49 0.16
Hex 34 15 3E 10 42 0 4C 11D 31 10
Octal 64 25 76 20 102 0 114 435 61 20
Binary 110100 10101 111110 10000 1000010 0 1001100 100011101 110001 10000

Color Harmonies of #34153E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34153E

Black with #34153E

Text Example


Text Example

White with #34153E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34153E;
 }
 .AnyTagClassName
 {
   color: #34153E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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