Html Css Color HEX #30213E Blackcurrant

📋 copy color: '#30213E'

red 48 ◦ green 33 ◦ blue 62

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

Shades of Blackcurrant #30213E

Tints of Blackcurrant #30213E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.08%

 BLUE value IS 62 (24.61% from 255) = 43.36%

R = 33.57%
G = 23.08%
B = 43.36%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#30213E (or 0x30213E) is known color: Blackcurrant. HEX triplet: 30, 21 and 3E. RGB value is (48,33,62). Sum of RGB (Red+Green+Blue) = 48+33+62=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 62 (24.61% from 255 or 43.36% from 143); Max value from RGB is 62 - color contains mainly: blue. Hex color #30213E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30213E is #CFDEC1. Grayscale: #282828. Windows color (decimal): -13622978 or 4071728. OLE color: 4071728.

HSL color Cylindrical-coordinate representation of color #30213E: hue angle of 271.03º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #30213E is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 33 62 -
CMYK 0.23 0.47 0 0.76
HSL 271.03º 0.31% 0.19% -
HSV(B) 271.03º 0.47% 0.24% -
XYZ 2.63 2.06 4.82 -
YUV 40.79 139.97 133.14 -
System Red Green Blue C M Y K H S L
Decimal 48 33 62 0.23 0.47 0 0.76 271.03 0.31 0.19
Hex 30 21 3E 17 2F 0 4C 10F 1F 13
Octal 60 41 76 27 57 0 114 417 37 23
Binary 110000 100001 111110 10111 101111 0 1001100 100001111 11111 10011

Color Harmonies of #30213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30213E

Black with #30213E

Text Example


Text Example

White with #30213E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30213E; }

 p { color: rgb(48,33,62); }

 H1.HeaderClassName
 {
   color: #30213E;
 }
 .AnyTagClassName
 {
   color: #30213E;
 }
</style>

background-color css

<style>
 a { background-color: #30213E; }

 a { background-color: rgb(48,33,62); }

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

border-color css

<style>
 span { border-color: #30213E; }

 span { border-color: rgb(48,33,62); }

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