Html Css Color HEX #3D054B Blackcurrant

📋 copy color: '#3D054B'

red 61 ◦ green 5 ◦ blue 75

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

Shades of Blackcurrant #3D054B

Tints of Blackcurrant #3D054B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.55%

 BLUE value IS 75 (29.69% from 255) = 53.19%

R = 43.26%
G = 3.55%
B = 53.19%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3D054B (or 0x3D054B) is known color: Blackcurrant. HEX triplet: 3D, 05 and 4B. RGB value is (61,5,75). Sum of RGB (Red+Green+Blue) = 61+5+75=141 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.26% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 75 (29.69% from 255 or 53.19% from 141); Max value from RGB is 75 - color contains mainly: blue. Hex color #3D054B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D054B is #C2FAB4. Grayscale: #1D1D1D. Windows color (decimal): -12778165 or 4916541. OLE color: 4916541.

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

Color convert

RGB 61 5 75 -
CMYK 0.19 0.93 0 0.71
HSL 288º 0.88% 0.16% -
HSV(B) 288º 0.93% 0.29% -
XYZ 3.25 1.61 6.8 -
YUV 29.72 153.55 150.31 -
System Red Green Blue C M Y K H S L
Decimal 61 5 75 0.19 0.93 0 0.71 288 0.88 0.16
Hex 3D 5 4B 13 5D 0 47 120 58 10
Octal 75 5 113 23 135 0 107 440 130 20
Binary 111101 101 1001011 10011 1011101 0 1000111 100100000 1011000 10000

Color Harmonies of #3D054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D054B

Black with #3D054B

Text Example


Text Example

White with #3D054B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,5,75); }

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

background-color css

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

 a { background-color: rgb(61,5,75); }

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

border-color css

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

 span { border-color: rgb(61,5,75); }

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