Html Css Color HEX #301840 Blackcurrant

📋 copy color: '#301840'

red 48 ◦ green 24 ◦ blue 64

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

Shades of Blackcurrant #301840

Tints of Blackcurrant #301840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 47.06%

R = 35.29%
G = 17.65%
B = 47.06%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#301840 (or 0x301840) is known color: Blackcurrant. HEX triplet: 30, 18 and 40. RGB value is (48,24,64). Sum of RGB (Red+Green+Blue) = 48+24+64=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 64 - color contains mainly: blue. Hex color #301840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301840 is #CFE7BF. Grayscale: #232323. Windows color (decimal): -13625280 or 4200496. OLE color: 4200496.

HSL color Cylindrical-coordinate representation of color #301840: hue angle of 276º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #301840 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 24 64 -
CMYK 0.25 0.62 0 0.75
HSL 276º 0.45% 0.17% -
HSV(B) 276º 0.63% 0.25% -
XYZ 2.47 1.65 5.04 -
YUV 35.74 143.95 136.75 -
System Red Green Blue C M Y K H S L
Decimal 48 24 64 0.25 0.62 0 0.75 276 0.45 0.17
Hex 30 18 40 19 3E 0 4B 114 2D 11
Octal 60 30 100 31 76 0 113 424 55 21
Binary 110000 11000 1000000 11001 111110 0 1001011 100010100 101101 10001

Color Harmonies of #301840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301840

Black with #301840

Text Example


Text Example

White with #301840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301840; }

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

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

background-color css

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

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

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

border-color css

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

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

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