Html Css Color HEX #30243A Blackcurrant

📋 copy color: '#30243A'

red 48 ◦ green 36 ◦ blue 58

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

Shades of Blackcurrant #30243A

Tints of Blackcurrant #30243A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.35%

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

R = 33.8%
G = 25.35%
B = 40.85%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#30243A (or 0x30243A) is known color: Blackcurrant. HEX triplet: 30, 24 and 3A. RGB value is (48,36,58). Sum of RGB (Red+Green+Blue) = 48+36+58=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 58 - color contains mainly: blue. Hex color #30243A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30243A is #CFDBC5. Grayscale: #2A2A2A. Windows color (decimal): -13622214 or 3810352. OLE color: 3810352.

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

Color convert

RGB 48 36 58 -
CMYK 0.17 0.38 0 0.77
HSL 272.73º 0.23% 0.18% -
HSV(B) 272.73º 0.38% 0.23% -
XYZ 2.61 2.2 4.29 -
YUV 42.1 136.98 132.21 -
System Red Green Blue C M Y K H S L
Decimal 48 36 58 0.17 0.38 0 0.77 272.73 0.23 0.18
Hex 30 24 3A 11 26 0 4D 111 17 12
Octal 60 44 72 21 46 0 115 421 27 22
Binary 110000 100100 111010 10001 100110 0 1001101 100010001 10111 10010

Color Harmonies of #30243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30243A

Black with #30243A

Text Example


Text Example

White with #30243A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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