Html Css Color HEX #34183A Blackcurrant

📋 copy color: '#34183A'

red 52 ◦ green 24 ◦ blue 58

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

Shades of Blackcurrant #34183A

Tints of Blackcurrant #34183A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.91%

 BLUE value IS 58 (23.05% from 255) = 43.28%

R = 38.81%
G = 17.91%
B = 43.28%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#34183A (or 0x34183A) is known color: Blackcurrant. HEX triplet: 34, 18 and 3A. RGB value is (52,24,58). Sum of RGB (Red+Green+Blue) = 52+24+58=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 58 (23.05% from 255 or 43.28% from 134); Max value from RGB is 58 - color contains mainly: blue. Hex color #34183A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34183A is #CBE7C5. Grayscale: #242424. Windows color (decimal): -13363142 or 3807284. OLE color: 3807284.

HSL color Cylindrical-coordinate representation of color #34183A: hue angle of 289.41º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #34183A is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 52 24 58 -
CMYK 0.10 0.59 0 0.77
HSL 289.41º 0.41% 0.16% -
HSV(B) 289.41º 0.59% 0.23% -
XYZ 2.51 1.69 4.2 -
YUV 36.25 140.28 139.24 -
System Red Green Blue C M Y K H S L
Decimal 52 24 58 0.10 0.59 0 0.77 289.41 0.41 0.16
Hex 34 18 3A A 3B 0 4D 121 29 10
Octal 64 30 72 12 73 0 115 441 51 20
Binary 110100 11000 111010 1010 111011 0 1001101 100100001 101001 10000

Color Harmonies of #34183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34183A

Black with #34183A

Text Example


Text Example

White with #34183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34183A; }

 p { color: rgb(52,24,58); }

 H1.HeaderClassName
 {
   color: #34183A;
 }
 .AnyTagClassName
 {
   color: #34183A;
 }
</style>

background-color css

<style>
 a { background-color: #34183A; }

 a { background-color: rgb(52,24,58); }

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

border-color css

<style>
 span { border-color: #34183A; }

 span { border-color: rgb(52,24,58); }

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