Html Css Color HEX #380242 Blackcurrant

📋 copy color: '#380242'

red 56 ◦ green 2 ◦ blue 66

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

Shades of Blackcurrant #380242

Tints of Blackcurrant #380242

RGB

 RED value IS 56 (22.27% from 255) = 45.16%

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

 BLUE value IS 66 (26.17% from 255) = 53.23%

R = 45.16%
G = 1.61%
B = 53.23%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#380242 (or 0x380242) is known color: Blackcurrant. HEX triplet: 38, 02 and 42. RGB value is (56,2,66). Sum of RGB (Red+Green+Blue) = 56+2+66=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 66 (26.17% from 255 or 53.23% from 124); Max value from RGB is 66 - color contains mainly: blue. Hex color #380242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380242 is #C7FDBD. Grayscale: #191919. Windows color (decimal): -13106622 or 4325944. OLE color: 4325944.

HSL color Cylindrical-coordinate representation of color #380242: hue angle of 290.62º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #380242 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 2 66 -
CMYK 0.15 0.97 0 0.74
HSL 290.63º 0.94% 0.13% -
HSV(B) 290.63º 0.97% 0.26% -
XYZ 2.64 1.28 5.26 -
YUV 25.44 150.89 149.8 -
System Red Green Blue C M Y K H S L
Decimal 56 2 66 0.15 0.97 0 0.74 290.63 0.94 0.13
Hex 38 2 42 F 61 0 4A 123 5E D
Octal 70 2 102 17 141 0 112 443 136 15
Binary 111000 10 1000010 1111 1100001 0 1001010 100100011 1011110 1101

Color Harmonies of #380242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380242

Black with #380242

Text Example


Text Example

White with #380242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380242; }

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

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

background-color css

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

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

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

border-color css

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

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

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