Html Css Color HEX #380A3F Blackcurrant

📋 copy color: '#380A3F'

red 56 ◦ green 10 ◦ blue 63

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

Shades of Blackcurrant #380A3F

Tints of Blackcurrant #380A3F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.75%

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

R = 43.41%
G = 7.75%
B = 48.84%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#380A3F (or 0x380A3F) is known color: Blackcurrant. HEX triplet: 38, 0A and 3F. RGB value is (56,10,63). Sum of RGB (Red+Green+Blue) = 56+10+63=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 10 (4.30% from 255 or 7.75% from 129); Blue value is 63 (25% from 255 or 48.84% from 129); Max value from RGB is 63 - color contains mainly: blue. Hex color #380A3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380A3F is #C7F5C0. Grayscale: #1D1D1D. Windows color (decimal): -13104577 or 4131384. OLE color: 4131384.

HSL color Cylindrical-coordinate representation of color #380A3F: hue angle of 292.08º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #380A3F is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 10 63 -
CMYK 0.11 0.84 0 0.75
HSL 292.08º 0.73% 0.14% -
HSV(B) 292.08º 0.84% 0.25% -
XYZ 2.64 1.42 4.84 -
YUV 29.8 146.74 146.69 -
System Red Green Blue C M Y K H S L
Decimal 56 10 63 0.11 0.84 0 0.75 292.08 0.73 0.14
Hex 38 A 3F B 54 0 4B 124 49 E
Octal 70 12 77 13 124 0 113 444 111 16
Binary 111000 1010 111111 1011 1010100 0 1001011 100100100 1001001 1110

Color Harmonies of #380A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380A3F

Black with #380A3F

Text Example


Text Example

White with #380A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380A3F; }

 p { color: rgb(56,10,63); }

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

background-color css

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

 a { background-color: rgb(56,10,63); }

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

border-color css

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

 span { border-color: rgb(56,10,63); }

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