Html Css Color HEX #34083C Blackcurrant

📋 copy color: '#34083C'

red 52 ◦ green 8 ◦ blue 60

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

Shades of Blackcurrant #34083C

Tints of Blackcurrant #34083C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.67%

 BLUE value IS 60 (23.83% from 255) = 50%

R = 43.33%
G = 6.67%
B = 50%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#34083C (or 0x34083C) is known color: Blackcurrant. HEX triplet: 34, 08 and 3C. RGB value is (52,8,60). Sum of RGB (Red+Green+Blue) = 52+8+60=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 60 (23.83% from 255 or 50% from 120); Max value from RGB is 60 - color contains mainly: blue. Hex color #34083C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34083C is #CBF7C3. Grayscale: #1A1A1A. Windows color (decimal): -13367236 or 3934260. OLE color: 3934260.

HSL color Cylindrical-coordinate representation of color #34083C: hue angle of 290.77º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #34083C is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 52 8 60 -
CMYK 0.13 0.87 0 0.76
HSL 290.77º 0.76% 0.13% -
HSV(B) 290.77º 0.87% 0.24% -
XYZ 2.32 1.23 4.39 -
YUV 27.08 146.58 145.77 -
System Red Green Blue C M Y K H S L
Decimal 52 8 60 0.13 0.87 0 0.76 290.77 0.76 0.13
Hex 34 8 3C D 57 0 4C 123 4C D
Octal 64 10 74 15 127 0 114 443 114 15
Binary 110100 1000 111100 1101 1010111 0 1001100 100100011 1001100 1101

Color Harmonies of #34083C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34083C

Black with #34083C

Text Example


Text Example

White with #34083C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34083C; }

 p { color: rgb(52,8,60); }

 H1.HeaderClassName
 {
   color: #34083C;
 }
 .AnyTagClassName
 {
   color: #34083C;
 }
</style>

background-color css

<style>
 a { background-color: #34083C; }

 a { background-color: rgb(52,8,60); }

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

border-color css

<style>
 span { border-color: #34083C; }

 span { border-color: rgb(52,8,60); }

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