Html Css Color HEX #34123B Blackcurrant

📋 copy color: '#34123B'

red 52 ◦ green 18 ◦ blue 59

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

Shades of Blackcurrant #34123B

Tints of Blackcurrant #34123B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.95%

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

R = 40.31%
G = 13.95%
B = 45.74%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#34123B (or 0x34123B) is known color: Blackcurrant. HEX triplet: 34, 12 and 3B. RGB value is (52,18,59). Sum of RGB (Red+Green+Blue) = 52+18+59=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 59 (23.44% from 255 or 45.74% from 129); Max value from RGB is 59 - color contains mainly: blue. Hex color #34123B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34123B is #CBEDC4. Grayscale: #202020. Windows color (decimal): -13364677 or 3871284. OLE color: 3871284.

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

Color convert

RGB 52 18 59 -
CMYK 0.12 0.69 0 0.77
HSL 289.76º 0.53% 0.15% -
HSV(B) 289.76º 0.69% 0.23% -
XYZ 2.42 1.48 4.3 -
YUV 32.84 142.76 141.67 -
System Red Green Blue C M Y K H S L
Decimal 52 18 59 0.12 0.69 0 0.77 289.76 0.53 0.15
Hex 34 12 3B C 45 0 4D 122 35 F
Octal 64 22 73 14 105 0 115 442 65 17
Binary 110100 10010 111011 1100 1000101 0 1001101 100100010 110101 1111

Color Harmonies of #34123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34123B

Black with #34123B

Text Example


Text Example

White with #34123B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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