Html Css Color HEX #30253A Blackcurrant

📋 copy color: '#30253A'

red 48 ◦ green 37 ◦ blue 58

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

Shades of Blackcurrant #30253A

Tints of Blackcurrant #30253A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.87%

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

R = 33.57%
G = 25.87%
B = 40.56%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#30253A (or 0x30253A) is known color: Blackcurrant. HEX triplet: 30, 25 and 3A. RGB value is (48,37,58). Sum of RGB (Red+Green+Blue) = 48+37+58=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 58 - color contains mainly: blue. Hex color #30253A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30253A is #CFDAC5. Grayscale: #2A2A2A. Windows color (decimal): -13621958 or 3810608. OLE color: 3810608.

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

Color convert

RGB 48 37 58 -
CMYK 0.17 0.36 0 0.77
HSL 271.43º 0.22% 0.19% -
HSV(B) 271.43º 0.36% 0.23% -
XYZ 2.64 2.26 4.3 -
YUV 42.68 136.64 131.79 -
System Red Green Blue C M Y K H S L
Decimal 48 37 58 0.17 0.36 0 0.77 271.43 0.22 0.19
Hex 30 25 3A 11 24 0 4D 10F 16 13
Octal 60 45 72 21 44 0 115 417 26 23
Binary 110000 100101 111010 10001 100100 0 1001101 100001111 10110 10011

Color Harmonies of #30253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30253A

Black with #30253A

Text Example


Text Example

White with #30253A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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