Html Css Color HEX #34133E Blackcurrant

📋 copy color: '#34133E'

red 52 ◦ green 19 ◦ blue 62

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

Shades of Blackcurrant #34133E

Tints of Blackcurrant #34133E

RGB

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

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

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

R = 39.1%
G = 14.29%
B = 46.62%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#34133E (or 0x34133E) is known color: Blackcurrant. HEX triplet: 34, 13 and 3E. RGB value is (52,19,62). Sum of RGB (Red+Green+Blue) = 52+19+62=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 62 (24.61% from 255 or 46.62% from 133); Max value from RGB is 62 - color contains mainly: blue. Hex color #34133E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34133E is #CBECC1. Grayscale: #212121. Windows color (decimal): -13364418 or 4068148. OLE color: 4068148.

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

Color convert

RGB 52 19 62 -
CMYK 0.16 0.69 0 0.76
HSL 286.05º 0.53% 0.16% -
HSV(B) 286.05º 0.69% 0.24% -
XYZ 2.52 1.54 4.72 -
YUV 33.77 143.93 141 -
System Red Green Blue C M Y K H S L
Decimal 52 19 62 0.16 0.69 0 0.76 286.05 0.53 0.16
Hex 34 13 3E 10 45 0 4C 11E 35 10
Octal 64 23 76 20 105 0 114 436 65 20
Binary 110100 10011 111110 10000 1000101 0 1001100 100011110 110101 10000

Color Harmonies of #34133E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34133E

Black with #34133E

Text Example


Text Example

White with #34133E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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