Html Css Color HEX #30133E Blackcurrant

📋 copy color: '#30133E'

red 48 ◦ green 19 ◦ blue 62

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

Shades of Blackcurrant #30133E

Tints of Blackcurrant #30133E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.73%

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

R = 37.21%
G = 14.73%
B = 48.06%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#30133E (or 0x30133E) is known color: Blackcurrant. HEX triplet: 30, 13 and 3E. RGB value is (48,19,62). Sum of RGB (Red+Green+Blue) = 48+19+62=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 62 (24.61% from 255 or 48.06% from 129); Max value from RGB is 62 - color contains mainly: blue. Hex color #30133E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30133E is #CFECC1. Grayscale: #202020. Windows color (decimal): -13626562 or 4068144. OLE color: 4068144.

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

Color convert

RGB 48 19 62 -
CMYK 0.23 0.69 0 0.76
HSL 280.47º 0.53% 0.16% -
HSV(B) 280.47º 0.69% 0.24% -
XYZ 2.32 1.44 4.71 -
YUV 32.57 144.61 139 -
System Red Green Blue C M Y K H S L
Decimal 48 19 62 0.23 0.69 0 0.76 280.47 0.53 0.16
Hex 30 13 3E 17 45 0 4C 118 35 10
Octal 60 23 76 27 105 0 114 430 65 20
Binary 110000 10011 111110 10111 1000101 0 1001100 100011000 110101 10000

Color Harmonies of #30133E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30133E

Black with #30133E

Text Example


Text Example

White with #30133E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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