Html Css Color HEX #301C3E Blackcurrant

📋 copy color: '#301C3E'

red 48 ◦ green 28 ◦ blue 62

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

Shades of Blackcurrant #301C3E

Tints of Blackcurrant #301C3E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.29%

 BLUE value IS 62 (24.61% from 255) = 44.93%

R = 34.78%
G = 20.29%
B = 44.93%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#301C3E (or 0x301C3E) is known color: Blackcurrant. HEX triplet: 30, 1C and 3E. RGB value is (48,28,62). Sum of RGB (Red+Green+Blue) = 48+28+62=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 62 (24.61% from 255 or 44.93% from 138); Max value from RGB is 62 - color contains mainly: blue. Hex color #301C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C3E is #CFE3C1. Grayscale: #252525. Windows color (decimal): -13624258 or 4070448. OLE color: 4070448.

HSL color Cylindrical-coordinate representation of color #301C3E: hue angle of 275.29º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #301C3E is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 28 62 -
CMYK 0.23 0.55 0 0.76
HSL 275.29º 0.38% 0.18% -
HSV(B) 275.29º 0.55% 0.24% -
XYZ 2.5 1.81 4.77 -
YUV 37.86 141.63 135.24 -
System Red Green Blue C M Y K H S L
Decimal 48 28 62 0.23 0.55 0 0.76 275.29 0.38 0.18
Hex 30 1C 3E 17 37 0 4C 113 26 12
Octal 60 34 76 27 67 0 114 423 46 22
Binary 110000 11100 111110 10111 110111 0 1001100 100010011 100110 10010

Color Harmonies of #301C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C3E

Black with #301C3E

Text Example


Text Example

White with #301C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,28,62); }

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

background-color css

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

 a { background-color: rgb(48,28,62); }

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

border-color css

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

 span { border-color: rgb(48,28,62); }

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