Html Css Color HEX #3F184B Blackcurrant

📋 copy color: '#3F184B'

red 63 ◦ green 24 ◦ blue 75

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

Shades of Blackcurrant #3F184B

Tints of Blackcurrant #3F184B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.81%

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

R = 38.89%
G = 14.81%
B = 46.3%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3F184B (or 0x3F184B) is known color: Blackcurrant. HEX triplet: 3F, 18 and 4B. RGB value is (63,24,75). Sum of RGB (Red+Green+Blue) = 63+24+75=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 75 (29.69% from 255 or 46.30% from 162); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F184B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F184B is #C0E7B4. Grayscale: #292929. Windows color (decimal): -12642229 or 4921407. OLE color: 4921407.

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

Color convert

RGB 63 24 75 -
CMYK 0.16 0.68 0 0.71
HSL 285.88º 0.52% 0.19% -
HSV(B) 285.88º 0.68% 0.29% -
XYZ 3.65 2.22 6.89 -
YUV 41.48 146.92 143.35 -
System Red Green Blue C M Y K H S L
Decimal 63 24 75 0.16 0.68 0 0.71 285.88 0.52 0.19
Hex 3F 18 4B 10 44 0 47 11E 34 13
Octal 77 30 113 20 104 0 107 436 64 23
Binary 111111 11000 1001011 10000 1000100 0 1000111 100011110 110100 10011

Color Harmonies of #3F184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F184B

Black with #3F184B

Text Example


Text Example

White with #3F184B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,24,75); }

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

background-color css

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

 a { background-color: rgb(63,24,75); }

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

border-color css

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

 span { border-color: rgb(63,24,75); }

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