Html Css Color HEX #301B45 Blackcurrant

📋 copy color: '#301B45'

red 48 ◦ green 27 ◦ blue 69

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

Shades of Blackcurrant #301B45

Tints of Blackcurrant #301B45

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.75%

 BLUE value IS 69 (27.34% from 255) = 47.92%

R = 33.33%
G = 18.75%
B = 47.92%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#301B45 (or 0x301B45) is known color: Blackcurrant. HEX triplet: 30, 1B and 45. RGB value is (48,27,69). Sum of RGB (Red+Green+Blue) = 48+27+69=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 69 (27.34% from 255 or 47.92% from 144); Max value from RGB is 69 - color contains mainly: blue. Hex color #301B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301B45 is #CFE4BA. Grayscale: #252525. Windows color (decimal): -13624507 or 4528944. OLE color: 4528944.

HSL color Cylindrical-coordinate representation of color #301B45: hue angle of 270º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #301B45 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 27 69 -
CMYK 0.30 0.61 0 0.73
HSL 270º 0.44% 0.19% -
HSV(B) 270º 0.61% 0.27% -
XYZ 2.69 1.84 5.84 -
YUV 38.07 145.46 135.08 -
System Red Green Blue C M Y K H S L
Decimal 48 27 69 0.30 0.61 0 0.73 270 0.44 0.19
Hex 30 1B 45 1E 3D 0 49 10E 2C 13
Octal 60 33 105 36 75 0 111 416 54 23
Binary 110000 11011 1000101 11110 111101 0 1001001 100001110 101100 10011

Color Harmonies of #301B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301B45

Black with #301B45

Text Example


Text Example

White with #301B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301B45; }

 p { color: rgb(48,27,69); }

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

background-color css

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

 a { background-color: rgb(48,27,69); }

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

border-color css

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

 span { border-color: rgb(48,27,69); }

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