Html Css Color HEX #38163F Blackcurrant

📋 copy color: '#38163F'

red 56 ◦ green 22 ◦ blue 63

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

Shades of Blackcurrant #38163F

Tints of Blackcurrant #38163F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.6%

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

R = 39.72%
G = 15.6%
B = 44.68%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#38163F (or 0x38163F) is known color: Blackcurrant. HEX triplet: 38, 16 and 3F. RGB value is (56,22,63). Sum of RGB (Red+Green+Blue) = 56+22+63=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 63 (25% from 255 or 44.68% from 141); Max value from RGB is 63 - color contains mainly: blue. Hex color #38163F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38163F is #C7E9C0. Grayscale: #242424. Windows color (decimal): -13101505 or 4134456. OLE color: 4134456.

HSL color Cylindrical-coordinate representation of color #38163F: hue angle of 289.76º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38163F is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 22 63 -
CMYK 0.11 0.65 0 0.75
HSL 289.76º 0.48% 0.17% -
HSV(B) 289.76º 0.65% 0.25% -
XYZ 2.82 1.77 4.9 -
YUV 36.84 142.76 141.67 -
System Red Green Blue C M Y K H S L
Decimal 56 22 63 0.11 0.65 0 0.75 289.76 0.48 0.17
Hex 38 16 3F B 41 0 4B 122 30 11
Octal 70 26 77 13 101 0 113 442 60 21
Binary 111000 10110 111111 1011 1000001 0 1001011 100100010 110000 10001

Color Harmonies of #38163F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38163F

Black with #38163F

Text Example


Text Example

White with #38163F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38163F; }

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

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

background-color css

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

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

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

border-color css

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

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

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