Html Css Color HEX #34093B Blackcurrant

📋 copy color: '#34093B'

red 52 ◦ green 9 ◦ blue 59

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

Shades of Blackcurrant #34093B

Tints of Blackcurrant #34093B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 49.17%

R = 43.33%
G = 7.5%
B = 49.17%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#34093B (or 0x34093B) is known color: Blackcurrant. HEX triplet: 34, 09 and 3B. RGB value is (52,9,59). Sum of RGB (Red+Green+Blue) = 52+9+59=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 59 (23.44% from 255 or 49.17% from 120); Max value from RGB is 59 - color contains mainly: blue. Hex color #34093B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34093B is #CBF6C4. Grayscale: #1B1B1B. Windows color (decimal): -13366981 or 3868980. OLE color: 3868980.

HSL color Cylindrical-coordinate representation of color #34093B: hue angle of 291.6º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #34093B is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 52 9 59 -
CMYK 0.12 0.85 0 0.77
HSL 291.6º 0.74% 0.13% -
HSV(B) 291.6º 0.85% 0.23% -
XYZ 2.3 1.24 4.26 -
YUV 27.56 145.75 145.43 -
System Red Green Blue C M Y K H S L
Decimal 52 9 59 0.12 0.85 0 0.77 291.6 0.74 0.13
Hex 34 9 3B C 55 0 4D 124 4A D
Octal 64 11 73 14 125 0 115 444 112 15
Binary 110100 1001 111011 1100 1010101 0 1001101 100100100 1001010 1101

Color Harmonies of #34093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34093B

Black with #34093B

Text Example


Text Example

White with #34093B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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