Html Css Color HEX #300B43 Blackcurrant

📋 copy color: '#300B43'

red 48 ◦ green 11 ◦ blue 67

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

Shades of Blackcurrant #300B43

Tints of Blackcurrant #300B43

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.73%

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

R = 38.1%
G = 8.73%
B = 53.17%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#300B43 (or 0x300B43) is known color: Blackcurrant. HEX triplet: 30, 0B and 43. RGB value is (48,11,67). Sum of RGB (Red+Green+Blue) = 48+11+67=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 11 (4.69% from 255 or 8.73% from 126); Blue value is 67 (26.56% from 255 or 53.17% from 126); Max value from RGB is 67 - color contains mainly: blue. Hex color #300B43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300B43 is #CFF4BC. Grayscale: #1C1C1C. Windows color (decimal): -13628605 or 4393776. OLE color: 4393776.

HSL color Cylindrical-coordinate representation of color #300B43: hue angle of 279.64º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #300B43 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 11 67 -
CMYK 0.28 0.84 0 0.74
HSL 279.64º 0.72% 0.15% -
HSV(B) 279.64º 0.84% 0.26% -
XYZ 2.35 1.27 5.43 -
YUV 28.45 149.76 141.95 -
System Red Green Blue C M Y K H S L
Decimal 48 11 67 0.28 0.84 0 0.74 279.64 0.72 0.15
Hex 30 B 43 1C 54 0 4A 118 48 F
Octal 60 13 103 34 124 0 112 430 110 17
Binary 110000 1011 1000011 11100 1010100 0 1001010 100011000 1001000 1111

Color Harmonies of #300B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300B43

Black with #300B43

Text Example


Text Example

White with #300B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300B43; }

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

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

background-color css

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

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

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

border-color css

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

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

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