Html Css Color HEX #301243 Blackcurrant

📋 copy color: '#301243'

red 48 ◦ green 18 ◦ blue 67

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

Shades of Blackcurrant #301243

Tints of Blackcurrant #301243

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.53%

 BLUE value IS 67 (26.56% from 255) = 50.38%

R = 36.09%
G = 13.53%
B = 50.38%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#301243 (or 0x301243) is known color: Blackcurrant. HEX triplet: 30, 12 and 43. RGB value is (48,18,67). Sum of RGB (Red+Green+Blue) = 48+18+67=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 67 (26.56% from 255 or 50.38% from 133); Max value from RGB is 67 - color contains mainly: blue. Hex color #301243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301243 is #CFEDBC. Grayscale: #202020. Windows color (decimal): -13626813 or 4395568. OLE color: 4395568.

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

Color convert

RGB 48 18 67 -
CMYK 0.28 0.73 0 0.74
HSL 276.73º 0.58% 0.17% -
HSV(B) 276.73º 0.73% 0.26% -
XYZ 2.45 1.47 5.46 -
YUV 32.56 147.44 139.02 -
System Red Green Blue C M Y K H S L
Decimal 48 18 67 0.28 0.73 0 0.74 276.73 0.58 0.17
Hex 30 12 43 1C 49 0 4A 115 3A 11
Octal 60 22 103 34 111 0 112 425 72 21
Binary 110000 10010 1000011 11100 1001001 0 1001010 100010101 111010 10001

Color Harmonies of #301243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301243

Black with #301243

Text Example


Text Example

White with #301243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301243; }

 p { color: rgb(48,18,67); }

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

background-color css

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

 a { background-color: rgb(48,18,67); }

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

border-color css

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

 span { border-color: rgb(48,18,67); }

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