Html Css Color HEX #301844 Blackcurrant

📋 copy color: '#301844'

red 48 ◦ green 24 ◦ blue 68

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

Shades of Blackcurrant #301844

Tints of Blackcurrant #301844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 48.57%

R = 34.29%
G = 17.14%
B = 48.57%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#301844 (or 0x301844) is known color: Blackcurrant. HEX triplet: 30, 18 and 44. RGB value is (48,24,68). Sum of RGB (Red+Green+Blue) = 48+24+68=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 68 (26.95% from 255 or 48.57% from 140); Max value from RGB is 68 - color contains mainly: blue. Hex color #301844 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301844 is #CFE7BB. Grayscale: #242424. Windows color (decimal): -13625276 or 4462640. OLE color: 4462640.

HSL color Cylindrical-coordinate representation of color #301844: hue angle of 272.73º 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 #301844 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 24 68 -
CMYK 0.29 0.65 0 0.73
HSL 272.73º 0.48% 0.18% -
HSV(B) 272.73º 0.65% 0.27% -
XYZ 2.59 1.7 5.66 -
YUV 36.19 145.95 136.42 -
System Red Green Blue C M Y K H S L
Decimal 48 24 68 0.29 0.65 0 0.73 272.73 0.48 0.18
Hex 30 18 44 1D 41 0 49 111 30 12
Octal 60 30 104 35 101 0 111 421 60 22
Binary 110000 11000 1000100 11101 1000001 0 1001001 100010001 110000 10010

Color Harmonies of #301844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301844

Black with #301844

Text Example


Text Example

White with #301844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301844; }

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

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

background-color css

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

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

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

border-color css

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

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

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