Html Css Color HEX #30243B Blackcurrant

📋 copy color: '#30243B'

red 48 ◦ green 36 ◦ blue 59

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

Shades of Blackcurrant #30243B

Tints of Blackcurrant #30243B

RGB

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

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

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

R = 33.57%
G = 25.17%
B = 41.26%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#30243B (or 0x30243B) is known color: Blackcurrant. HEX triplet: 30, 24 and 3B. RGB value is (48,36,59). Sum of RGB (Red+Green+Blue) = 48+36+59=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 59 (23.44% from 255 or 41.26% from 143); Max value from RGB is 59 - color contains mainly: blue. Hex color #30243B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30243B is #CFDBC4. Grayscale: #2A2A2A. Windows color (decimal): -13622213 or 3875888. OLE color: 3875888.

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

Color convert

RGB 48 36 59 -
CMYK 0.19 0.39 0 0.77
HSL 271.3º 0.24% 0.19% -
HSV(B) 271.3º 0.39% 0.23% -
XYZ 2.64 2.21 4.42 -
YUV 42.21 137.48 132.13 -
System Red Green Blue C M Y K H S L
Decimal 48 36 59 0.19 0.39 0 0.77 271.3 0.24 0.19
Hex 30 24 3B 13 27 0 4D 10F 18 13
Octal 60 44 73 23 47 0 115 417 30 23
Binary 110000 100100 111011 10011 100111 0 1001101 100001111 11000 10011

Color Harmonies of #30243B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30243B

Black with #30243B

Text Example


Text Example

White with #30243B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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