Html Css Color HEX #34003F Blackcurrant

📋 copy color: '#34003F'

red 52 ◦ green 0 ◦ blue 63

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

Shades of Blackcurrant #34003F

Tints of Blackcurrant #34003F

RGB

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

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

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

R = 45.22%
G = 0%
B = 54.78%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#34003F (or 0x34003F) is known color: Blackcurrant. HEX triplet: 34, 00 and 3F. RGB value is (52,0,63). Sum of RGB (Red+Green+Blue) = 52+0+63=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 63 (25% from 255 or 54.78% from 115); Max value from RGB is 63 - color contains mainly: blue. Hex color #34003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34003F is #CBFFC0. Grayscale: #161616. Windows color (decimal): -13369281 or 4128820. OLE color: 4128820.

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

Color convert

RGB 52 0 63 -
CMYK 0.17 1 0 0.75
HSL 289.52º 1% 0.12% -
HSV(B) 289.52º 1% 0.25% -
XYZ 2.31 1.09 4.79 -
YUV 22.73 150.73 148.88 -
System Red Green Blue C M Y K H S L
Decimal 52 0 63 0.17 1 0 0.75 289.52 1 0.12
Hex 34 0 3F 11 64 0 4B 122 64 C
Octal 64 0 77 21 144 0 113 442 144 14
Binary 110100 0 111111 10001 1100100 0 1001011 100100010 1100100 1100

Color Harmonies of #34003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34003F

Black with #34003F

Text Example


Text Example

White with #34003F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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