Html Css Color HEX #3D094C Blackcurrant

📋 copy color: '#3D094C'

red 61 ◦ green 9 ◦ blue 76

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

Shades of Blackcurrant #3D094C

Tints of Blackcurrant #3D094C

RGB

 RED value IS 61 (24.22% from 255) = 41.78%

 GREEN value IS 9 (3.91% from 255) = 6.16%

 BLUE value IS 76 (30.08% from 255) = 52.05%

R = 41.78%
G = 6.16%
B = 52.05%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3D094C (or 0x3D094C) is known color: Blackcurrant. HEX triplet: 3D, 09 and 4C. RGB value is (61,9,76). Sum of RGB (Red+Green+Blue) = 61+9+76=146 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.78% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 76 (30.08% from 255 or 52.05% from 146); Max value from RGB is 76 - color contains mainly: blue. Hex color #3D094C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D094C is #C2F6B3. Grayscale: #1F1F1F. Windows color (decimal): -12777140 or 4983101. OLE color: 4983101.

HSL color Cylindrical-coordinate representation of color #3D094C: hue angle of 286.57º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3D094C is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 61 9 76 -
CMYK 0.20 0.88 0 0.70
HSL 286.57º 0.79% 0.17% -
HSV(B) 286.57º 0.88% 0.3% -
XYZ 3.33 1.71 6.99 -
YUV 32.19 152.73 148.55 -
System Red Green Blue C M Y K H S L
Decimal 61 9 76 0.20 0.88 0 0.70 286.57 0.79 0.17
Hex 3D 9 4C 14 58 0 46 11F 4F 11
Octal 75 11 114 24 130 0 106 437 117 21
Binary 111101 1001 1001100 10100 1011000 0 1000110 100011111 1001111 10001

Color Harmonies of #3D094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D094C

Black with #3D094C

Text Example


Text Example

White with #3D094C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D094C; }

 p { color: rgb(61,9,76); }

 H1.HeaderClassName
 {
   color: #3D094C;
 }
 .AnyTagClassName
 {
   color: #3D094C;
 }
</style>

background-color css

<style>
 a { background-color: #3D094C; }

 a { background-color: rgb(61,9,76); }

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

border-color css

<style>
 span { border-color: #3D094C; }

 span { border-color: rgb(61,9,76); }

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