Html Css Color HEX #3F1348 Blackcurrant

📋 copy color: '#3F1348'

red 63 ◦ green 19 ◦ blue 72

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

Shades of Blackcurrant #3F1348

Tints of Blackcurrant #3F1348

RGB

 RED value IS 63 (25% from 255) = 40.91%

 GREEN value IS 19 (7.81% from 255) = 12.34%

 BLUE value IS 72 (28.52% from 255) = 46.75%

R = 40.91%
G = 12.34%
B = 46.75%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3F1348 (or 0x3F1348) is known color: Blackcurrant. HEX triplet: 3F, 13 and 48. RGB value is (63,19,72). Sum of RGB (Red+Green+Blue) = 63+19+72=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 72 (28.52% from 255 or 46.75% from 154); Max value from RGB is 72 - color contains mainly: blue. Hex color #3F1348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1348 is #C0ECB7. Grayscale: #262626. Windows color (decimal): -12643512 or 4723519. OLE color: 4723519.

HSL color Cylindrical-coordinate representation of color #3F1348: hue angle of 289.81º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F1348 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 63 19 72 -
CMYK 0.12 0.74 0 0.72
HSL 289.81º 0.58% 0.18% -
HSV(B) 289.81º 0.74% 0.28% -
XYZ 3.45 1.99 6.33 -
YUV 38.2 147.08 145.69 -
System Red Green Blue C M Y K H S L
Decimal 63 19 72 0.12 0.74 0 0.72 289.81 0.58 0.18
Hex 3F 13 48 C 4A 0 48 122 3A 12
Octal 77 23 110 14 112 0 110 442 72 22
Binary 111111 10011 1001000 1100 1001010 0 1001000 100100010 111010 10010

Color Harmonies of #3F1348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1348

Black with #3F1348

Text Example


Text Example

White with #3F1348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,19,72); }

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

background-color css

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

 a { background-color: rgb(63,19,72); }

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

border-color css

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

 span { border-color: rgb(63,19,72); }

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