Html Css Color HEX #3F0348 Blackcurrant

📋 copy color: '#3F0348'

red 63 ◦ green 3 ◦ blue 72

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

Shades of Blackcurrant #3F0348

Tints of Blackcurrant #3F0348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.17%

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

R = 45.65%
G = 2.17%
B = 52.17%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3F0348 (or 0x3F0348) is known color: Blackcurrant. HEX triplet: 3F, 03 and 48. RGB value is (63,3,72). Sum of RGB (Red+Green+Blue) = 63+3+72=138 (18% of max value = 765). Red value is 63 (25% from 255 or 45.65% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 72 (28.52% from 255 or 52.17% from 138); Max value from RGB is 72 - color contains mainly: blue. Hex color #3F0348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0348 is #C0FCB7. Grayscale: #1C1C1C. Windows color (decimal): -12647608 or 4719423. OLE color: 4719423.

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

Color convert

RGB 63 3 72 -
CMYK 0.12 0.96 0 0.72
HSL 292.17º 0.92% 0.15% -
HSV(B) 292.17º 0.96% 0.28% -
XYZ 3.25 1.59 6.27 -
YUV 28.81 152.38 152.39 -
System Red Green Blue C M Y K H S L
Decimal 63 3 72 0.12 0.96 0 0.72 292.17 0.92 0.15
Hex 3F 3 48 C 60 0 48 124 5C F
Octal 77 3 110 14 140 0 110 444 134 17
Binary 111111 11 1001000 1100 1100000 0 1001000 100100100 1011100 1111

Color Harmonies of #3F0348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0348

Black with #3F0348

Text Example


Text Example

White with #3F0348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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