Html Css Color HEX #2A013F Blackcurrant

📋 copy color: '#2A013F'

red 42 ◦ green 1 ◦ blue 63

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

Shades of Blackcurrant #2A013F

Tints of Blackcurrant #2A013F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.94%

 BLUE value IS 63 (25% from 255) = 59.43%

R = 39.62%
G = 0.94%
B = 59.43%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2A013F (or 0x2A013F) is known color: Blackcurrant. HEX triplet: 2A, 01 and 3F. RGB value is (42,1,63). Sum of RGB (Red+Green+Blue) = 42+1+63=106 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.62% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 63 (25% from 255 or 59.43% from 106); Max value from RGB is 63 - color contains mainly: blue. Hex color #2A013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A013F is #D5FEC0. Grayscale: #141414. Windows color (decimal): -14024385 or 4129066. OLE color: 4129066.

HSL color Cylindrical-coordinate representation of color #2A013F: hue angle of 279.68º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A013F is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 42 1 63 -
CMYK 0.33 0.98 0 0.75
HSL 279.68º 0.97% 0.13% -
HSV(B) 279.68º 0.98% 0.25% -
XYZ 1.86 0.87 4.77 -
YUV 20.33 152.08 143.46 -
System Red Green Blue C M Y K H S L
Decimal 42 1 63 0.33 0.98 0 0.75 279.68 0.97 0.13
Hex 2A 1 3F 21 62 0 4B 118 61 D
Octal 52 1 77 41 142 0 113 430 141 15
Binary 101010 1 111111 100001 1100010 0 1001011 100011000 1100001 1101

Color Harmonies of #2A013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A013F

Black with #2A013F

Text Example


Text Example

White with #2A013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,1,63); }

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

background-color css

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

 a { background-color: rgb(42,1,63); }

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

border-color css

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

 span { border-color: rgb(42,1,63); }

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