Html Css Color HEX #210230 Blackcurrant

📋 copy color: '#210230'

red 33 ◦ green 2 ◦ blue 48

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

Shades of Blackcurrant #210230

Tints of Blackcurrant #210230

RGB

 RED value IS 33 (13.28% from 255) = 39.76%

 GREEN value IS 2 (1.17% from 255) = 2.41%

 BLUE value IS 48 (19.14% from 255) = 57.83%

R = 39.76%
G = 2.41%
B = 57.83%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#210230 (or 0x210230) is known color: Blackcurrant. HEX triplet: 21, 02 and 30. RGB value is (33,2,48). Sum of RGB (Red+Green+Blue) = 33+2+48=83 (10% of max value = 765). Red value is 33 (13.28% from 255 or 39.76% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 48 (19.14% from 255 or 57.83% from 83); Max value from RGB is 48 - color contains mainly: blue. Hex color #210230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210230 is #DEFDCF. Grayscale: #101010. Windows color (decimal): -14613968 or 3146273. OLE color: 3146273.

HSL color Cylindrical-coordinate representation of color #210230: hue angle of 280.43º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #210230 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 33 2 48 -
CMYK 0.31 0.96 0 0.81
HSL 280.43º 0.92% 0.1% -
HSV(B) 280.43º 0.96% 0.19% -
XYZ 1.18 0.58 2.85 -
YUV 16.51 145.77 139.76 -
System Red Green Blue C M Y K H S L
Decimal 33 2 48 0.31 0.96 0 0.81 280.43 0.92 0.1
Hex 21 2 30 1F 60 0 51 118 5C A
Octal 41 2 60 37 140 0 121 430 134 12
Binary 100001 10 110000 11111 1100000 0 1010001 100011000 1011100 1010

Color Harmonies of #210230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210230

Black with #210230

Text Example


Text Example

White with #210230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210230; }

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

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

background-color css

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

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

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

border-color css

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

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

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