Html Css Color HEX #300243 Blackcurrant

📋 copy color: '#300243'

red 48 ◦ green 2 ◦ blue 67

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

Shades of Blackcurrant #300243

Tints of Blackcurrant #300243

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.71%

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

R = 41.03%
G = 1.71%
B = 57.26%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#300243 (or 0x300243) is known color: Blackcurrant. HEX triplet: 30, 02 and 43. RGB value is (48,2,67). Sum of RGB (Red+Green+Blue) = 48+2+67=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 67 (26.56% from 255 or 57.26% from 117); Max value from RGB is 67 - color contains mainly: blue. Hex color #300243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300243 is #CFFDBC. Grayscale: #161616. Windows color (decimal): -13630909 or 4391472. OLE color: 4391472.

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

Color convert

RGB 48 2 67 -
CMYK 0.28 0.97 0 0.74
HSL 282.46º 0.94% 0.14% -
HSV(B) 282.46º 0.97% 0.26% -
XYZ 2.25 1.08 5.4 -
YUV 23.16 152.74 145.71 -
System Red Green Blue C M Y K H S L
Decimal 48 2 67 0.28 0.97 0 0.74 282.46 0.94 0.14
Hex 30 2 43 1C 61 0 4A 11A 5E E
Octal 60 2 103 34 141 0 112 432 136 16
Binary 110000 10 1000011 11100 1100001 0 1001010 100011010 1011110 1110

Color Harmonies of #300243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300243

Black with #300243

Text Example


Text Example

White with #300243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300243; }

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

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

background-color css

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

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

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

border-color css

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

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

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