Html Css Color HEX #301842 Blackcurrant

📋 copy color: '#301842'

red 48 ◦ green 24 ◦ blue 66

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

Shades of Blackcurrant #301842

Tints of Blackcurrant #301842

RGB

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

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

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

R = 34.78%
G = 17.39%
B = 47.83%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#301842 (or 0x301842) is known color: Blackcurrant. HEX triplet: 30, 18 and 42. RGB value is (48,24,66). Sum of RGB (Red+Green+Blue) = 48+24+66=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 66 (26.17% from 255 or 47.83% from 138); Max value from RGB is 66 - color contains mainly: blue. Hex color #301842 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301842 is #CFE7BD. Grayscale: #232323. Windows color (decimal): -13625278 or 4331568. OLE color: 4331568.

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

Color convert

RGB 48 24 66 -
CMYK 0.27 0.64 0 0.74
HSL 274.29º 0.47% 0.18% -
HSV(B) 274.29º 0.64% 0.26% -
XYZ 2.53 1.67 5.34 -
YUV 35.96 144.95 136.58 -
System Red Green Blue C M Y K H S L
Decimal 48 24 66 0.27 0.64 0 0.74 274.29 0.47 0.18
Hex 30 18 42 1B 40 0 4A 112 2F 12
Octal 60 30 102 33 100 0 112 422 57 22
Binary 110000 11000 1000010 11011 1000000 0 1001010 100010010 101111 10010

Color Harmonies of #301842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301842

Black with #301842

Text Example


Text Example

White with #301842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301842; }

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

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

background-color css

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

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

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

border-color css

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

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

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