Html Css Color HEX #301746 Blackcurrant

📋 copy color: '#301746'

red 48 ◦ green 23 ◦ blue 70

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

Shades of Blackcurrant #301746

Tints of Blackcurrant #301746

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.31%

 BLUE value IS 70 (27.73% from 255) = 49.65%

R = 34.04%
G = 16.31%
B = 49.65%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#301746 (or 0x301746) is known color: Blackcurrant. HEX triplet: 30, 17 and 46. RGB value is (48,23,70). Sum of RGB (Red+Green+Blue) = 48+23+70=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 70 (27.73% from 255 or 49.65% from 141); Max value from RGB is 70 - color contains mainly: blue. Hex color #301746 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301746 is #CFE8B9. Grayscale: #232323. Windows color (decimal): -13625530 or 4593456. OLE color: 4593456.

HSL color Cylindrical-coordinate representation of color #301746: hue angle of 271.91º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #301746 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 23 70 -
CMYK 0.31 0.67 0 0.73
HSL 271.91º 0.51% 0.18% -
HSV(B) 271.91º 0.67% 0.27% -
XYZ 2.63 1.68 5.98 -
YUV 35.83 147.28 136.68 -
System Red Green Blue C M Y K H S L
Decimal 48 23 70 0.31 0.67 0 0.73 271.91 0.51 0.18
Hex 30 17 46 1F 43 0 49 110 33 12
Octal 60 27 106 37 103 0 111 420 63 22
Binary 110000 10111 1000110 11111 1000011 0 1001001 100010000 110011 10010

Color Harmonies of #301746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301746

Black with #301746

Text Example


Text Example

White with #301746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301746; }

 p { color: rgb(48,23,70); }

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

background-color css

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

 a { background-color: rgb(48,23,70); }

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

border-color css

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

 span { border-color: rgb(48,23,70); }

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