Html Css Color HEX #3D0253 Blackcurrant

📋 copy color: '#3D0253'

red 61 ◦ green 2 ◦ blue 83

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

Shades of Blackcurrant #3D0253

Tints of Blackcurrant #3D0253

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.37%

 BLUE value IS 83 (32.81% from 255) = 56.85%

R = 41.78%
G = 1.37%
B = 56.85%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3D0253 (or 0x3D0253) is known color: Blackcurrant. HEX triplet: 3D, 02 and 53. RGB value is (61,2,83). Sum of RGB (Red+Green+Blue) = 61+2+83=146 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.78% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 83 (32.81% from 255 or 56.85% from 146); Max value from RGB is 83 - color contains mainly: blue. Hex color #3D0253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0253 is #C2FDAC. Grayscale: #1C1C1C. Windows color (decimal): -12778925 or 5440061. OLE color: 5440061.

HSL color Cylindrical-coordinate representation of color #3D0253: hue angle of 283.7º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D0253 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 61 2 83 -
CMYK 0.27 0.98 0 0.67
HSL 283.7º 0.95% 0.17% -
HSV(B) 283.7º 0.98% 0.33% -
XYZ 3.51 1.66 8.32 -
YUV 28.88 158.55 150.91 -
System Red Green Blue C M Y K H S L
Decimal 61 2 83 0.27 0.98 0 0.67 283.7 0.95 0.17
Hex 3D 2 53 1B 62 0 43 11C 5F 11
Octal 75 2 123 33 142 0 103 434 137 21
Binary 111101 10 1010011 11011 1100010 0 1000011 100011100 1011111 10001

Color Harmonies of #3D0253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D0253

Black with #3D0253

Text Example


Text Example

White with #3D0253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,2,83); }

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

background-color css

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

 a { background-color: rgb(61,2,83); }

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

border-color css

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

 span { border-color: rgb(61,2,83); }

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