Html Css Color HEX #34283B Blackcurrant

📋 copy color: '#34283B'

red 52 ◦ green 40 ◦ blue 59

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

Shades of Blackcurrant #34283B

Tints of Blackcurrant #34283B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 26.49%

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

R = 34.44%
G = 26.49%
B = 39.07%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#34283B (or 0x34283B) is known color: Blackcurrant. HEX triplet: 34, 28 and 3B. RGB value is (52,40,59). Sum of RGB (Red+Green+Blue) = 52+40+59=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 59 - color contains mainly: blue. Hex color #34283B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34283B is #CBD7C4. Grayscale: #2D2D2D. Windows color (decimal): -13359045 or 3876916. OLE color: 3876916.

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

Color convert

RGB 52 40 59 -
CMYK 0.12 0.32 0 0.77
HSL 277.89º 0.19% 0.19% -
HSV(B) 277.89º 0.32% 0.23% -
XYZ 2.96 2.56 4.48 -
YUV 45.75 135.48 132.46 -
System Red Green Blue C M Y K H S L
Decimal 52 40 59 0.12 0.32 0 0.77 277.89 0.19 0.19
Hex 34 28 3B C 20 0 4D 116 13 13
Octal 64 50 73 14 40 0 115 426 23 23
Binary 110100 101000 111011 1100 100000 0 1001101 100010110 10011 10011

Color Harmonies of #34283B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34283B

Black with #34283B

Text Example


Text Example

White with #34283B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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