Html Css Color HEX #301846 Blackcurrant

📋 copy color: '#301846'

red 48 ◦ green 24 ◦ blue 70

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

Shades of Blackcurrant #301846

Tints of Blackcurrant #301846

RGB

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

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

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

R = 33.8%
G = 16.9%
B = 49.3%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#301846 (or 0x301846) is known color: Blackcurrant. HEX triplet: 30, 18 and 46. RGB value is (48,24,70). Sum of RGB (Red+Green+Blue) = 48+24+70=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 70 (27.73% from 255 or 49.30% from 142); Max value from RGB is 70 - color contains mainly: blue. Hex color #301846 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301846 is #CFE7B9. Grayscale: #242424. Windows color (decimal): -13625274 or 4593712. OLE color: 4593712.

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

Color convert

RGB 48 24 70 -
CMYK 0.31 0.66 0 0.73
HSL 271.3º 0.49% 0.18% -
HSV(B) 271.3º 0.66% 0.27% -
XYZ 2.65 1.72 5.99 -
YUV 36.42 146.95 136.26 -
System Red Green Blue C M Y K H S L
Decimal 48 24 70 0.31 0.66 0 0.73 271.3 0.49 0.18
Hex 30 18 46 1F 42 0 49 10F 31 12
Octal 60 30 106 37 102 0 111 417 61 22
Binary 110000 11000 1000110 11111 1000010 0 1001001 100001111 110001 10010

Color Harmonies of #301846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301846

Black with #301846

Text Example


Text Example

White with #301846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301846; }

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

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

background-color css

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

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

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

border-color css

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

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

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