Html Css Color HEX #301B3F Blackcurrant

📋 copy color: '#301B3F'

red 48 ◦ green 27 ◦ blue 63

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

Shades of Blackcurrant #301B3F

Tints of Blackcurrant #301B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 45.65%

R = 34.78%
G = 19.57%
B = 45.65%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#301B3F (or 0x301B3F) is known color: Blackcurrant. HEX triplet: 30, 1B and 3F. RGB value is (48,27,63). Sum of RGB (Red+Green+Blue) = 48+27+63=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 63 - color contains mainly: blue. Hex color #301B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301B3F is #CFE4C0. Grayscale: #252525. Windows color (decimal): -13624513 or 4135728. OLE color: 4135728.

HSL color Cylindrical-coordinate representation of color #301B3F: hue angle of 275º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #301B3F is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 27 63 -
CMYK 0.24 0.57 0 0.75
HSL 275º 0.4% 0.18% -
HSV(B) 275º 0.57% 0.25% -
XYZ 2.51 1.77 4.91 -
YUV 37.38 142.46 135.57 -
System Red Green Blue C M Y K H S L
Decimal 48 27 63 0.24 0.57 0 0.75 275 0.4 0.18
Hex 30 1B 3F 18 39 0 4B 113 28 12
Octal 60 33 77 30 71 0 113 423 50 22
Binary 110000 11011 111111 11000 111001 0 1001011 100010011 101000 10010

Color Harmonies of #301B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301B3F

Black with #301B3F

Text Example


Text Example

White with #301B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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