Html Css Color HEX #2A0238 Blackcurrant

📋 copy color: '#2A0238'

red 42 ◦ green 2 ◦ blue 56

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

Shades of Blackcurrant #2A0238

Tints of Blackcurrant #2A0238

RGB

 RED value IS 42 (16.8% from 255) = 42%

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

 BLUE value IS 56 (22.27% from 255) = 56%

R = 42%
G = 2%
B = 56%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2A0238 (or 0x2A0238) is known color: Blackcurrant. HEX triplet: 2A, 02 and 38. RGB value is (42,2,56). Sum of RGB (Red+Green+Blue) = 42+2+56=100 (13% of max value = 765). Red value is 42 (16.80% from 255 or 42% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 56 (22.27% from 255 or 56% from 100); Max value from RGB is 56 - color contains mainly: blue. Hex color #2A0238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0238 is #D5FDC7. Grayscale: #131313. Windows color (decimal): -14024136 or 3670570. OLE color: 3670570.

HSL color Cylindrical-coordinate representation of color #2A0238: hue angle of 284.44º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A0238 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 42 2 56 -
CMYK 0.25 0.96 0 0.78
HSL 284.44º 0.93% 0.11% -
HSV(B) 284.44º 0.96% 0.22% -
XYZ 1.69 0.82 3.81 -
YUV 20.12 148.25 143.61 -
System Red Green Blue C M Y K H S L
Decimal 42 2 56 0.25 0.96 0 0.78 284.44 0.93 0.11
Hex 2A 2 38 19 60 0 4E 11C 5D B
Octal 52 2 70 31 140 0 116 434 135 13
Binary 101010 10 111000 11001 1100000 0 1001110 100011100 1011101 1011

Color Harmonies of #2A0238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0238

Black with #2A0238

Text Example


Text Example

White with #2A0238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A0238; }

 p { color: rgb(42,2,56); }

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

background-color css

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

 a { background-color: rgb(42,2,56); }

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

border-color css

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

 span { border-color: rgb(42,2,56); }

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