Html Css Color HEX #3D094A Blackcurrant

📋 copy color: '#3D094A'

red 61 ◦ green 9 ◦ blue 74

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

Shades of Blackcurrant #3D094A

Tints of Blackcurrant #3D094A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 51.39%

R = 42.36%
G = 6.25%
B = 51.39%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3D094A (or 0x3D094A) is known color: Blackcurrant. HEX triplet: 3D, 09 and 4A. RGB value is (61,9,74). Sum of RGB (Red+Green+Blue) = 61+9+74=144 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.36% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 74 (29.30% from 255 or 51.39% from 144); Max value from RGB is 74 - color contains mainly: blue. Hex color #3D094A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D094A is #C2F6B5. Grayscale: #1F1F1F. Windows color (decimal): -12777142 or 4852029. OLE color: 4852029.

HSL color Cylindrical-coordinate representation of color #3D094A: hue angle of 288º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3D094A is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 61 9 74 -
CMYK 0.18 0.88 0 0.71
HSL 288º 0.78% 0.16% -
HSV(B) 288º 0.88% 0.29% -
XYZ 3.26 1.68 6.63 -
YUV 31.96 151.73 148.71 -
System Red Green Blue C M Y K H S L
Decimal 61 9 74 0.18 0.88 0 0.71 288 0.78 0.16
Hex 3D 9 4A 12 58 0 47 120 4E 10
Octal 75 11 112 22 130 0 107 440 116 20
Binary 111101 1001 1001010 10010 1011000 0 1000111 100100000 1001110 10000

Color Harmonies of #3D094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D094A

Black with #3D094A

Text Example


Text Example

White with #3D094A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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