Html Css Color HEX #34173E Blackcurrant

📋 copy color: '#34173E'

red 52 ◦ green 23 ◦ blue 62

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

Shades of Blackcurrant #34173E

Tints of Blackcurrant #34173E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.79%

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

R = 37.96%
G = 16.79%
B = 45.26%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#34173E (or 0x34173E) is known color: Blackcurrant. HEX triplet: 34, 17 and 3E. RGB value is (52,23,62). Sum of RGB (Red+Green+Blue) = 52+23+62=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 62 (24.61% from 255 or 45.26% from 137); Max value from RGB is 62 - color contains mainly: blue. Hex color #34173E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34173E is #CBE8C1. Grayscale: #232323. Windows color (decimal): -13363394 or 4069172. OLE color: 4069172.

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

Color convert

RGB 52 23 62 -
CMYK 0.16 0.63 0 0.76
HSL 284.62º 0.46% 0.17% -
HSV(B) 284.62º 0.63% 0.24% -
XYZ 2.59 1.69 4.75 -
YUV 36.12 142.61 139.33 -
System Red Green Blue C M Y K H S L
Decimal 52 23 62 0.16 0.63 0 0.76 284.62 0.46 0.17
Hex 34 17 3E 10 3F 0 4C 11D 2E 11
Octal 64 27 76 20 77 0 114 435 56 21
Binary 110100 10111 111110 10000 111111 0 1001100 100011101 101110 10001

Color Harmonies of #34173E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34173E

Black with #34173E

Text Example


Text Example

White with #34173E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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