Html Css Color HEX #30163B Blackcurrant

📋 copy color: '#30163B'

red 48 ◦ green 22 ◦ blue 59

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

Shades of Blackcurrant #30163B

Tints of Blackcurrant #30163B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.05%

 BLUE value IS 59 (23.44% from 255) = 45.74%

R = 37.21%
G = 17.05%
B = 45.74%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#30163B (or 0x30163B) is known color: Blackcurrant. HEX triplet: 30, 16 and 3B. RGB value is (48,22,59). Sum of RGB (Red+Green+Blue) = 48+22+59=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 59 (23.44% from 255 or 45.74% from 129); Max value from RGB is 59 - color contains mainly: blue. Hex color #30163B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30163B is #CFE9C4. Grayscale: #212121. Windows color (decimal): -13625797 or 3872304. OLE color: 3872304.

HSL color Cylindrical-coordinate representation of color #30163B: hue angle of 282.16º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #30163B is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 48 22 59 -
CMYK 0.19 0.63 0 0.77
HSL 282.16º 0.46% 0.16% -
HSV(B) 282.16º 0.63% 0.23% -
XYZ 2.3 1.52 4.31 -
YUV 33.99 142.11 137.99 -
System Red Green Blue C M Y K H S L
Decimal 48 22 59 0.19 0.63 0 0.77 282.16 0.46 0.16
Hex 30 16 3B 13 3F 0 4D 11A 2E 10
Octal 60 26 73 23 77 0 115 432 56 20
Binary 110000 10110 111011 10011 111111 0 1001101 100011010 101110 10000

Color Harmonies of #30163B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30163B

Black with #30163B

Text Example


Text Example

White with #30163B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30163B; }

 p { color: rgb(48,22,59); }

 H1.HeaderClassName
 {
   color: #30163B;
 }
 .AnyTagClassName
 {
   color: #30163B;
 }
</style>

background-color css

<style>
 a { background-color: #30163B; }

 a { background-color: rgb(48,22,59); }

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

border-color css

<style>
 span { border-color: #30163B; }

 span { border-color: rgb(48,22,59); }

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