Html Css Color HEX #301642 Blackcurrant

📋 copy color: '#301642'

red 48 ◦ green 22 ◦ blue 66

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

Shades of Blackcurrant #301642

Tints of Blackcurrant #301642

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.18%

 BLUE value IS 66 (26.17% from 255) = 48.53%

R = 35.29%
G = 16.18%
B = 48.53%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#301642 (or 0x301642) is known color: Blackcurrant. HEX triplet: 30, 16 and 42. RGB value is (48,22,66). Sum of RGB (Red+Green+Blue) = 48+22+66=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 66 (26.17% from 255 or 48.53% from 136); Max value from RGB is 66 - color contains mainly: blue. Hex color #301642 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301642 is #CFE9BD. Grayscale: #222222. Windows color (decimal): -13625790 or 4331056. OLE color: 4331056.

HSL color Cylindrical-coordinate representation of color #301642: hue angle of 275.45º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #301642 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 22 66 -
CMYK 0.27 0.67 0 0.74
HSL 275.45º 0.5% 0.17% -
HSV(B) 275.45º 0.67% 0.26% -
XYZ 2.49 1.6 5.33 -
YUV 34.79 145.61 137.42 -
System Red Green Blue C M Y K H S L
Decimal 48 22 66 0.27 0.67 0 0.74 275.45 0.5 0.17
Hex 30 16 42 1B 43 0 4A 113 32 11
Octal 60 26 102 33 103 0 112 423 62 21
Binary 110000 10110 1000010 11011 1000011 0 1001010 100010011 110010 10001

Color Harmonies of #301642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301642

Black with #301642

Text Example


Text Example

White with #301642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301642; }

 p { color: rgb(48,22,66); }

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

background-color css

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

 a { background-color: rgb(48,22,66); }

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

border-color css

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

 span { border-color: rgb(48,22,66); }

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