Html Css Color HEX #34133B Blackcurrant

📋 copy color: '#34133B'

red 52 ◦ green 19 ◦ blue 59

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

Shades of Blackcurrant #34133B

Tints of Blackcurrant #34133B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.62%

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

R = 40%
G = 14.62%
B = 45.38%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#34133B (or 0x34133B) is known color: Blackcurrant. HEX triplet: 34, 13 and 3B. RGB value is (52,19,59). Sum of RGB (Red+Green+Blue) = 52+19+59=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 59 (23.44% from 255 or 45.38% from 130); Max value from RGB is 59 - color contains mainly: blue. Hex color #34133B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34133B is #CBECC4. Grayscale: #212121. Windows color (decimal): -13364421 or 3871540. OLE color: 3871540.

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

Color convert

RGB 52 19 59 -
CMYK 0.12 0.68 0 0.77
HSL 289.5º 0.51% 0.15% -
HSV(B) 289.5º 0.68% 0.23% -
XYZ 2.44 1.51 4.3 -
YUV 33.43 142.43 141.25 -
System Red Green Blue C M Y K H S L
Decimal 52 19 59 0.12 0.68 0 0.77 289.5 0.51 0.15
Hex 34 13 3B C 44 0 4D 122 33 F
Octal 64 23 73 14 104 0 115 442 63 17
Binary 110100 10011 111011 1100 1000100 0 1001101 100100010 110011 1111

Color Harmonies of #34133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34133B

Black with #34133B

Text Example


Text Example

White with #34133B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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