Html Css Color HEX #301744 Blackcurrant

📋 copy color: '#301744'

red 48 ◦ green 23 ◦ blue 68

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

Shades of Blackcurrant #301744

Tints of Blackcurrant #301744

RGB

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

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

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

R = 34.53%
G = 16.55%
B = 48.92%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#301744 (or 0x301744) is known color: Blackcurrant. HEX triplet: 30, 17 and 44. RGB value is (48,23,68). Sum of RGB (Red+Green+Blue) = 48+23+68=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 68 (26.95% from 255 or 48.92% from 139); Max value from RGB is 68 - color contains mainly: blue. Hex color #301744 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301744 is #CFE8BB. Grayscale: #232323. Windows color (decimal): -13625532 or 4462384. OLE color: 4462384.

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

Color convert

RGB 48 23 68 -
CMYK 0.29 0.66 0 0.73
HSL 273.33º 0.49% 0.18% -
HSV(B) 273.33º 0.66% 0.27% -
XYZ 2.57 1.66 5.65 -
YUV 35.61 146.28 136.84 -
System Red Green Blue C M Y K H S L
Decimal 48 23 68 0.29 0.66 0 0.73 273.33 0.49 0.18
Hex 30 17 44 1D 42 0 49 111 31 12
Octal 60 27 104 35 102 0 111 421 61 22
Binary 110000 10111 1000100 11101 1000010 0 1001001 100010001 110001 10010

Color Harmonies of #301744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301744

Black with #301744

Text Example


Text Example

White with #301744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301744; }

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

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

background-color css

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

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

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

border-color css

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

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

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