Html Css Color HEX #300143 Blackcurrant

📋 copy color: '#300143'

red 48 ◦ green 1 ◦ blue 67

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

Shades of Blackcurrant #300143

Tints of Blackcurrant #300143

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.86%

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

R = 41.38%
G = 0.86%
B = 57.76%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#300143 (or 0x300143) is known color: Blackcurrant. HEX triplet: 30, 01 and 43. RGB value is (48,1,67). Sum of RGB (Red+Green+Blue) = 48+1+67=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 67 (26.56% from 255 or 57.76% from 116); Max value from RGB is 67 - color contains mainly: blue. Hex color #300143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300143 is #CFFEBC. Grayscale: #161616. Windows color (decimal): -13631165 or 4391216. OLE color: 4391216.

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

Color convert

RGB 48 1 67 -
CMYK 0.28 0.99 0 0.74
HSL 282.73º 0.97% 0.13% -
HSV(B) 282.73º 0.99% 0.26% -
XYZ 2.24 1.06 5.4 -
YUV 22.58 153.07 146.13 -
System Red Green Blue C M Y K H S L
Decimal 48 1 67 0.28 0.99 0 0.74 282.73 0.97 0.13
Hex 30 1 43 1C 63 0 4A 11B 61 D
Octal 60 1 103 34 143 0 112 433 141 15
Binary 110000 1 1000011 11100 1100011 0 1001010 100011011 1100001 1101

Color Harmonies of #300143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300143

Black with #300143

Text Example


Text Example

White with #300143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300143; }

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

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

background-color css

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

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

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

border-color css

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

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

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