Html Css Color HEX #301845 Blackcurrant

📋 copy color: '#301845'

red 48 ◦ green 24 ◦ blue 69

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

Shades of Blackcurrant #301845

Tints of Blackcurrant #301845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 48.94%

R = 34.04%
G = 17.02%
B = 48.94%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#301845 (or 0x301845) is known color: Blackcurrant. HEX triplet: 30, 18 and 45. RGB value is (48,24,69). Sum of RGB (Red+Green+Blue) = 48+24+69=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 69 (27.34% from 255 or 48.94% from 141); Max value from RGB is 69 - color contains mainly: blue. Hex color #301845 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301845 is #CFE7BA. Grayscale: #242424. Windows color (decimal): -13625275 or 4528176. OLE color: 4528176.

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

Color convert

RGB 48 24 69 -
CMYK 0.30 0.65 0 0.73
HSL 272º 0.48% 0.18% -
HSV(B) 272º 0.65% 0.27% -
XYZ 2.62 1.71 5.82 -
YUV 36.31 146.45 136.34 -
System Red Green Blue C M Y K H S L
Decimal 48 24 69 0.30 0.65 0 0.73 272 0.48 0.18
Hex 30 18 45 1E 41 0 49 110 30 12
Octal 60 30 105 36 101 0 111 420 60 22
Binary 110000 11000 1000101 11110 1000001 0 1001001 100010000 110000 10010

Color Harmonies of #301845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301845

Black with #301845

Text Example


Text Example

White with #301845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301845; }

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

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

background-color css

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

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

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

border-color css

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

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

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