Html Css Color HEX #30233A Blackcurrant

📋 copy color: '#30233A'

red 48 ◦ green 35 ◦ blue 58

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

Shades of Blackcurrant #30233A

Tints of Blackcurrant #30233A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.82%

 BLUE value IS 58 (23.05% from 255) = 41.13%

R = 34.04%
G = 24.82%
B = 41.13%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#30233A (or 0x30233A) is known color: Blackcurrant. HEX triplet: 30, 23 and 3A. RGB value is (48,35,58). Sum of RGB (Red+Green+Blue) = 48+35+58=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 58 - color contains mainly: blue. Hex color #30233A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30233A is #CFDCC5. Grayscale: #292929. Windows color (decimal): -13622470 or 3810096. OLE color: 3810096.

HSL color Cylindrical-coordinate representation of color #30233A: hue angle of 273.91º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #30233A is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 48 35 58 -
CMYK 0.17 0.40 0 0.77
HSL 273.91º 0.25% 0.18% -
HSV(B) 273.91º 0.4% 0.23% -
XYZ 2.58 2.14 4.28 -
YUV 41.51 137.31 132.63 -
System Red Green Blue C M Y K H S L
Decimal 48 35 58 0.17 0.40 0 0.77 273.91 0.25 0.18
Hex 30 23 3A 11 28 0 4D 112 19 12
Octal 60 43 72 21 50 0 115 422 31 22
Binary 110000 100011 111010 10001 101000 0 1001101 100010010 11001 10010

Color Harmonies of #30233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30233A

Black with #30233A

Text Example


Text Example

White with #30233A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30233A; }

 p { color: rgb(48,35,58); }

 H1.HeaderClassName
 {
   color: #30233A;
 }
 .AnyTagClassName
 {
   color: #30233A;
 }
</style>

background-color css

<style>
 a { background-color: #30233A; }

 a { background-color: rgb(48,35,58); }

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

border-color css

<style>
 span { border-color: #30233A; }

 span { border-color: rgb(48,35,58); }

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