Html Css Color HEX #301F3F Blackcurrant

📋 copy color: '#301F3F'

red 48 ◦ green 31 ◦ blue 63

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

Shades of Blackcurrant #301F3F

Tints of Blackcurrant #301F3F

RGB

 RED value IS 48 (19.14% from 255) = 33.8%

 GREEN value IS 31 (12.5% from 255) = 21.83%

 BLUE value IS 63 (25% from 255) = 44.37%

R = 33.8%
G = 21.83%
B = 44.37%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#301F3F (or 0x301F3F) is known color: Blackcurrant. HEX triplet: 30, 1F and 3F. RGB value is (48,31,63). Sum of RGB (Red+Green+Blue) = 48+31+63=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 31 (12.5% from 255 or 21.83% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 63 - color contains mainly: blue. Hex color #301F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301F3F is #CFE0C0. Grayscale: #272727. Windows color (decimal): -13623489 or 4136752. OLE color: 4136752.

HSL color Cylindrical-coordinate representation of color #301F3F: hue angle of 271.88º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #301F3F is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 31 63 -
CMYK 0.24 0.51 0 0.75
HSL 271.88º 0.34% 0.18% -
HSV(B) 271.88º 0.51% 0.25% -
XYZ 2.61 1.97 4.94 -
YUV 39.73 141.13 133.9 -
System Red Green Blue C M Y K H S L
Decimal 48 31 63 0.24 0.51 0 0.75 271.88 0.34 0.18
Hex 30 1F 3F 18 33 0 4B 110 22 12
Octal 60 37 77 30 63 0 113 420 42 22
Binary 110000 11111 111111 11000 110011 0 1001011 100010000 100010 10010

Color Harmonies of #301F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301F3F

Black with #301F3F

Text Example


Text Example

White with #301F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301F3F; }

 p { color: rgb(48,31,63); }

 H1.HeaderClassName
 {
   color: #301F3F;
 }
 .AnyTagClassName
 {
   color: #301F3F;
 }
</style>

background-color css

<style>
 a { background-color: #301F3F; }

 a { background-color: rgb(48,31,63); }

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

border-color css

<style>
 span { border-color: #301F3F; }

 span { border-color: rgb(48,31,63); }

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