Html Css Color HEX #34003D Blackcurrant

📋 copy color: '#34003D'

red 52 ◦ green 0 ◦ blue 61

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

Shades of Blackcurrant #34003D

Tints of Blackcurrant #34003D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 61 (24.22% from 255) = 53.98%

R = 46.02%
G = 0%
B = 53.98%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#34003D (or 0x34003D) is known color: Blackcurrant. HEX triplet: 34, 00 and 3D. RGB value is (52,0,61). Sum of RGB (Red+Green+Blue) = 52+0+61=113 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.02% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 61 (24.22% from 255 or 53.98% from 113); Max value from RGB is 61 - color contains mainly: blue. Hex color #34003D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34003D is #CBFFC2. Grayscale: #161616. Windows color (decimal): -13369283 or 3997748. OLE color: 3997748.

HSL color Cylindrical-coordinate representation of color #34003D: hue angle of 291.15º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34003D is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 52 0 61 -
CMYK 0.15 1 0 0.76
HSL 291.15º 1% 0.12% -
HSV(B) 291.15º 1% 0.24% -
XYZ 2.26 1.07 4.5 -
YUV 22.5 149.73 149.04 -
System Red Green Blue C M Y K H S L
Decimal 52 0 61 0.15 1 0 0.76 291.15 1 0.12
Hex 34 0 3D F 64 0 4C 123 64 C
Octal 64 0 75 17 144 0 114 443 144 14
Binary 110100 0 111101 1111 1100100 0 1001100 100100011 1100100 1100

Color Harmonies of #34003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34003D

Black with #34003D

Text Example


Text Example

White with #34003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34003D; }

 p { color: rgb(52,0,61); }

 H1.HeaderClassName
 {
   color: #34003D;
 }
 .AnyTagClassName
 {
   color: #34003D;
 }
</style>

background-color css

<style>
 a { background-color: #34003D; }

 a { background-color: rgb(52,0,61); }

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

border-color css

<style>
 span { border-color: #34003D; }

 span { border-color: rgb(52,0,61); }

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