Html Css Color HEX #301847 Blackcurrant

📋 copy color: '#301847'

red 48 ◦ green 24 ◦ blue 71

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

Shades of Blackcurrant #301847

Tints of Blackcurrant #301847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 49.65%

R = 33.57%
G = 16.78%
B = 49.65%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#301847 (or 0x301847) is known color: Blackcurrant. HEX triplet: 30, 18 and 47. RGB value is (48,24,71). Sum of RGB (Red+Green+Blue) = 48+24+71=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 71 (28.12% from 255 or 49.65% from 143); Max value from RGB is 71 - color contains mainly: blue. Hex color #301847 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301847 is #CFE7B8. Grayscale: #242424. Windows color (decimal): -13625273 or 4659248. OLE color: 4659248.

HSL color Cylindrical-coordinate representation of color #301847: hue angle of 270.64º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #301847 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 24 71 -
CMYK 0.32 0.66 0 0.72
HSL 270.64º 0.49% 0.19% -
HSV(B) 270.64º 0.66% 0.28% -
XYZ 2.68 1.74 6.16 -
YUV 36.53 147.45 136.18 -
System Red Green Blue C M Y K H S L
Decimal 48 24 71 0.32 0.66 0 0.72 270.64 0.49 0.19
Hex 30 18 47 20 42 0 48 10F 31 13
Octal 60 30 107 40 102 0 110 417 61 23
Binary 110000 11000 1000111 100000 1000010 0 1001000 100001111 110001 10011

Color Harmonies of #301847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301847

Black with #301847

Text Example


Text Example

White with #301847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301847; }

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

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

background-color css

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

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

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

border-color css

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

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

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