Html Css Color HEX #301F38 Blackcurrant

📋 copy color: '#301F38'

red 48 ◦ green 31 ◦ blue 56

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

Shades of Blackcurrant #301F38

Tints of Blackcurrant #301F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 41.48%

R = 35.56%
G = 22.96%
B = 41.48%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#301F38 (or 0x301F38) is known color: Blackcurrant. HEX triplet: 30, 1F and 38. RGB value is (48,31,56). Sum of RGB (Red+Green+Blue) = 48+31+56=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 56 - color contains mainly: blue. Hex color #301F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301F38 is #CFE0C7. Grayscale: #262626. Windows color (decimal): -13623496 or 3678000. OLE color: 3678000.

HSL color Cylindrical-coordinate representation of color #301F38: hue angle of 280.8º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #301F38 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 31 56 -
CMYK 0.14 0.45 0 0.78
HSL 280.8º 0.29% 0.17% -
HSV(B) 280.8º 0.45% 0.22% -
XYZ 2.42 1.89 3.98 -
YUV 38.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 48 31 56 0.14 0.45 0 0.78 280.8 0.29 0.17
Hex 30 1F 38 E 2D 0 4E 119 1D 11
Octal 60 37 70 16 55 0 116 431 35 21
Binary 110000 11111 111000 1110 101101 0 1001110 100011001 11101 10001

Color Harmonies of #301F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301F38

Black with #301F38

Text Example


Text Example

White with #301F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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