Html Css Color HEX #34153F Blackcurrant

📋 copy color: '#34153F'

red 52 ◦ green 21 ◦ blue 63

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

Shades of Blackcurrant #34153F

Tints of Blackcurrant #34153F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 46.32%

R = 38.24%
G = 15.44%
B = 46.32%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#34153F (or 0x34153F) is known color: Blackcurrant. HEX triplet: 34, 15 and 3F. RGB value is (52,21,63). Sum of RGB (Red+Green+Blue) = 52+21+63=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 63 (25% from 255 or 46.32% from 136); Max value from RGB is 63 - color contains mainly: blue. Hex color #34153F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34153F is #CBEAC0. Grayscale: #222222. Windows color (decimal): -13363905 or 4134196. OLE color: 4134196.

HSL color Cylindrical-coordinate representation of color #34153F: hue angle of 284.29º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34153F is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 21 63 -
CMYK 0.17 0.67 0 0.75
HSL 284.29º 0.5% 0.16% -
HSV(B) 284.29º 0.67% 0.25% -
XYZ 2.58 1.63 4.88 -
YUV 35.06 143.77 140.08 -
System Red Green Blue C M Y K H S L
Decimal 52 21 63 0.17 0.67 0 0.75 284.29 0.5 0.16
Hex 34 15 3F 11 43 0 4B 11C 32 10
Octal 64 25 77 21 103 0 113 434 62 20
Binary 110100 10101 111111 10001 1000011 0 1001011 100011100 110010 10000

Color Harmonies of #34153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34153F

Black with #34153F

Text Example


Text Example

White with #34153F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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