Html Css Color HEX #30103E Blackcurrant

📋 copy color: '#30103E'

red 48 ◦ green 16 ◦ blue 62

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

Shades of Blackcurrant #30103E

Tints of Blackcurrant #30103E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.7%

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

R = 38.1%
G = 12.7%
B = 49.21%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#30103E (or 0x30103E) is known color: Blackcurrant. HEX triplet: 30, 10 and 3E. RGB value is (48,16,62). Sum of RGB (Red+Green+Blue) = 48+16+62=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 62 (24.61% from 255 or 49.21% from 126); Max value from RGB is 62 - color contains mainly: blue. Hex color #30103E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30103E is #CFEFC1. Grayscale: #1E1E1E. Windows color (decimal): -13627330 or 4067376. OLE color: 4067376.

HSL color Cylindrical-coordinate representation of color #30103E: hue angle of 281.74º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30103E is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 16 62 -
CMYK 0.23 0.74 0 0.76
HSL 281.74º 0.59% 0.15% -
HSV(B) 281.74º 0.74% 0.24% -
XYZ 2.27 1.35 4.7 -
YUV 30.81 145.6 140.26 -
System Red Green Blue C M Y K H S L
Decimal 48 16 62 0.23 0.74 0 0.76 281.74 0.59 0.15
Hex 30 10 3E 17 4A 0 4C 11A 3B F
Octal 60 20 76 27 112 0 114 432 73 17
Binary 110000 10000 111110 10111 1001010 0 1001100 100011010 111011 1111

Color Harmonies of #30103E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30103E

Black with #30103E

Text Example


Text Example

White with #30103E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30103E; }

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

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

background-color css

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

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

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

border-color css

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

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

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