Html Css Color HEX #34233F Blackcurrant

📋 copy color: '#34233F'

red 52 ◦ green 35 ◦ blue 63

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

Shades of Blackcurrant #34233F

Tints of Blackcurrant #34233F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.33%

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

R = 34.67%
G = 23.33%
B = 42%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#34233F (or 0x34233F) is known color: Blackcurrant. HEX triplet: 34, 23 and 3F. RGB value is (52,35,63). Sum of RGB (Red+Green+Blue) = 52+35+63=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 63 - color contains mainly: blue. Hex color #34233F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34233F is #CBDCC0. Grayscale: #2B2B2B. Windows color (decimal): -13360321 or 4137780. OLE color: 4137780.

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

Color convert

RGB 52 35 63 -
CMYK 0.17 0.44 0 0.75
HSL 276.43º 0.29% 0.19% -
HSV(B) 276.43º 0.44% 0.25% -
XYZ 2.91 2.29 4.99 -
YUV 43.28 139.13 134.22 -
System Red Green Blue C M Y K H S L
Decimal 52 35 63 0.17 0.44 0 0.75 276.43 0.29 0.19
Hex 34 23 3F 11 2C 0 4B 114 1D 13
Octal 64 43 77 21 54 0 113 424 35 23
Binary 110100 100011 111111 10001 101100 0 1001011 100010100 11101 10011

Color Harmonies of #34233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34233F

Black with #34233F

Text Example


Text Example

White with #34233F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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