Html Css Color HEX #34273F Blackcurrant

📋 copy color: '#34273F'

red 52 ◦ green 39 ◦ blue 63

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

Shades of Blackcurrant #34273F

Tints of Blackcurrant #34273F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 25.32%

 BLUE value IS 63 (25% from 255) = 40.91%

R = 33.77%
G = 25.32%
B = 40.91%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#34273F (or 0x34273F) is known color: Blackcurrant. HEX triplet: 34, 27 and 3F. RGB value is (52,39,63). Sum of RGB (Red+Green+Blue) = 52+39+63=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 63 - color contains mainly: blue. Hex color #34273F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34273F is #CBD8C0. Grayscale: #2D2D2D. Windows color (decimal): -13359297 or 4138804. OLE color: 4138804.

HSL color Cylindrical-coordinate representation of color #34273F: hue angle of 272.5º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #34273F is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 39 63 -
CMYK 0.17 0.38 0 0.75
HSL 272.5º 0.24% 0.2% -
HSV(B) 272.5º 0.38% 0.25% -
XYZ 3.04 2.54 5.03 -
YUV 45.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 52 39 63 0.17 0.38 0 0.75 272.5 0.24 0.2
Hex 34 27 3F 11 26 0 4B 110 18 14
Octal 64 47 77 21 46 0 113 420 30 24
Binary 110100 100111 111111 10001 100110 0 1001011 100010000 11000 10100

Color Harmonies of #34273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34273F

Black with #34273F

Text Example


Text Example

White with #34273F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34273F; }

 p { color: rgb(52,39,63); }

 H1.HeaderClassName
 {
   color: #34273F;
 }
 .AnyTagClassName
 {
   color: #34273F;
 }
</style>

background-color css

<style>
 a { background-color: #34273F; }

 a { background-color: rgb(52,39,63); }

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

border-color css

<style>
 span { border-color: #34273F; }

 span { border-color: rgb(52,39,63); }

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