Html Css Color HEX #34093E Blackcurrant

📋 copy color: '#34093E'

red 52 ◦ green 9 ◦ blue 62

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

Shades of Blackcurrant #34093E

Tints of Blackcurrant #34093E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.32%

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

R = 42.28%
G = 7.32%
B = 50.41%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#34093E (or 0x34093E) is known color: Blackcurrant. HEX triplet: 34, 09 and 3E. RGB value is (52,9,62). Sum of RGB (Red+Green+Blue) = 52+9+62=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 62 (24.61% from 255 or 50.41% from 123); Max value from RGB is 62 - color contains mainly: blue. Hex color #34093E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34093E is #CBF6C1. Grayscale: #1B1B1B. Windows color (decimal): -13366978 or 4065588. OLE color: 4065588.

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

Color convert

RGB 52 9 62 -
CMYK 0.16 0.85 0 0.76
HSL 288.68º 0.75% 0.14% -
HSV(B) 288.68º 0.85% 0.24% -
XYZ 2.38 1.27 4.68 -
YUV 27.9 147.25 145.19 -
System Red Green Blue C M Y K H S L
Decimal 52 9 62 0.16 0.85 0 0.76 288.68 0.75 0.14
Hex 34 9 3E 10 55 0 4C 121 4B E
Octal 64 11 76 20 125 0 114 441 113 16
Binary 110100 1001 111110 10000 1010101 0 1001100 100100001 1001011 1110

Color Harmonies of #34093E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34093E

Black with #34093E

Text Example


Text Example

White with #34093E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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